Html Css Color HEX #08164A Sapphire

📋 copy color: '#08164A'

red 8 ◦ green 22 ◦ blue 74

#08164A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #08164A

Tints of Sapphire #08164A

RGB

 RED value IS 8 (3.52% from 255) = 7.69%

 GREEN value IS 22 (8.98% from 255) = 21.15%

 BLUE value IS 74 (29.3% from 255) = 71.15%

R = 7.69%
G = 21.15%
B = 71.15%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.71

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#08164A (or 0x08164A) is known color: Sapphire. HEX triplet: 08, 16 and 4A. RGB value is (8,22,74). Sum of RGB (Red+Green+Blue) = 8+22+74=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 74 (29.30% from 255 or 71.15% from 104); Max value from RGB is 74 - color contains mainly: blue. Hex color #08164A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08164A is #F7E9B5. Grayscale: #171717. Windows color (decimal): -16247222 or 4855304. OLE color: 4855304.

HSL color Cylindrical-coordinate representation of color #08164A: hue angle of 227.27º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08164A is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 22 74 -
CMYK 0.89 0.70 0 0.71
HSL 227.27º 0.8% 0.16% -
HSV(B) 227.27º 0.89% 0.29% -
XYZ 1.62 1.12 6.61 -
YUV 23.74 156.36 116.77 -
System Red Green Blue C M Y K H S L
Decimal 8 22 74 0.89 0.70 0 0.71 227.27 0.8 0.16
Hex 8 16 4A 59 46 0 47 E3 50 10
Octal 10 26 112 131 106 0 107 343 120 20
Binary 1000 10110 1001010 1011001 1000110 0 1000111 11100011 1010000 10000

Color Harmonies of #08164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08164A

Black with #08164A

Text Example


Text Example

White with #08164A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08164A; }

 p { color: rgb(8,22,74); }

 H1.HeaderClassName
 {
   color: #08164A;
 }
 .AnyTagClassName
 {
   color: #08164A;
 }
</style>

background-color css

<style>
 a { background-color: #08164A; }

 a { background-color: rgb(8,22,74); }

 div.DivClassName
 {
   background-color: #08164A;
 }
 .BgClassName
 {
   background-color: #08164A;
 }
</style>

border-color css

<style>
 span { border-color: #08164A; }

 span { border-color: rgb(8,22,74); }

 td.TdClassName
 {
   border-color: #08164A;
 }
 .TagClassName
 {
   border-color: #08164A;
 }
</style>