Html Css Color HEX #08114C Sapphire

📋 copy color: '#08114C'

red 8 ◦ green 17 ◦ blue 76

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

Shades of Sapphire #08114C

Tints of Sapphire #08114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.83%

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

R = 7.92%
G = 16.83%
B = 75.25%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08114C (or 0x08114C) is known color: Sapphire. HEX triplet: 08, 11 and 4C. RGB value is (8,17,76). Sum of RGB (Red+Green+Blue) = 8+17+76=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 76 (30.08% from 255 or 75.25% from 101); Max value from RGB is 76 - color contains mainly: blue. Hex color #08114C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08114C is #F7EEB3. Grayscale: #141414. Windows color (decimal): -16248500 or 4985096. OLE color: 4985096.

HSL color Cylindrical-coordinate representation of color #08114C: hue angle of 232.06º 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 #08114C is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 17 76 -
CMYK 0.89 0.78 0 0.70
HSL 232.06º 0.81% 0.16% -
HSV(B) 232.06º 0.89% 0.3% -
XYZ 1.61 0.97 6.94 -
YUV 21.04 159.02 118.7 -
System Red Green Blue C M Y K H S L
Decimal 8 17 76 0.89 0.78 0 0.70 232.06 0.81 0.16
Hex 8 11 4C 59 4E 0 46 E8 51 10
Octal 10 21 114 131 116 0 106 350 121 20
Binary 1000 10001 1001100 1011001 1001110 0 1000110 11101000 1010001 10000

Color Harmonies of #08114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08114C

Black with #08114C

Text Example


Text Example

White with #08114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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