Html Css Color HEX #08164C Sapphire

📋 copy color: '#08164C'

red 8 ◦ green 22 ◦ blue 76

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

Shades of Sapphire #08164C

Tints of Sapphire #08164C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 71.7%

R = 7.55%
G = 20.75%
B = 71.7%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08164C (or 0x08164C) is known color: Sapphire. HEX triplet: 08, 16 and 4C. RGB value is (8,22,76). Sum of RGB (Red+Green+Blue) = 8+22+76=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 76 (30.08% from 255 or 71.70% from 106); Max value from RGB is 76 - color contains mainly: blue. Hex color #08164C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08164C is #F7E9B3. Grayscale: #171717. Windows color (decimal): -16247220 or 4986376. OLE color: 4986376.

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

Color convert

RGB 8 22 76 -
CMYK 0.89 0.71 0 0.70
HSL 227.65º 0.81% 0.16% -
HSV(B) 227.65º 0.89% 0.3% -
XYZ 1.69 1.15 6.97 -
YUV 23.97 157.36 116.61 -
System Red Green Blue C M Y K H S L
Decimal 8 22 76 0.89 0.71 0 0.70 227.65 0.81 0.16
Hex 8 16 4C 59 47 0 46 E4 51 10
Octal 10 26 114 131 107 0 106 344 121 20
Binary 1000 10110 1001100 1011001 1000111 0 1000110 11100100 1010001 10000

Color Harmonies of #08164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08164C

Black with #08164C

Text Example


Text Example

White with #08164C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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