Html Css Color HEX #08114D Sapphire

📋 copy color: '#08114D'

red 8 ◦ green 17 ◦ blue 77

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

Shades of Sapphire #08114D

Tints of Sapphire #08114D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 75.49%

R = 7.84%
G = 16.67%
B = 75.49%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#08114D (or 0x08114D) is known color: Sapphire. HEX triplet: 08, 11 and 4D. RGB value is (8,17,77). Sum of RGB (Red+Green+Blue) = 8+17+77=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 77 (30.47% from 255 or 75.49% from 102); Max value from RGB is 77 - color contains mainly: blue. Hex color #08114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08114D is #F7EEB2. Grayscale: #141414. Windows color (decimal): -16248499 or 5050632. OLE color: 5050632.

HSL color Cylindrical-coordinate representation of color #08114D: hue angle of 232.17º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08114D is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 8 17 77 -
CMYK 0.90 0.78 0 0.70
HSL 232.17º 0.81% 0.17% -
HSV(B) 232.17º 0.9% 0.3% -
XYZ 1.64 0.99 7.13 -
YUV 21.15 159.52 118.62 -
System Red Green Blue C M Y K H S L
Decimal 8 17 77 0.90 0.78 0 0.70 232.17 0.81 0.17
Hex 8 11 4D 5A 4E 0 46 E8 51 11
Octal 10 21 115 132 116 0 106 350 121 21
Binary 1000 10001 1001101 1011010 1001110 0 1000110 11101000 1010001 10001

Color Harmonies of #08114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08114D

Black with #08114D

Text Example


Text Example

White with #08114D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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