Html Css Color HEX #08114E Sapphire

📋 copy color: '#08114E'

red 8 ◦ green 17 ◦ blue 78

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

Shades of Sapphire #08114E

Tints of Sapphire #08114E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 75.73%

R = 7.77%
G = 16.5%
B = 75.73%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#08114E (or 0x08114E) is known color: Sapphire. HEX triplet: 08, 11 and 4E. RGB value is (8,17,78). Sum of RGB (Red+Green+Blue) = 8+17+78=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 78 (30.86% from 255 or 75.73% from 103); Max value from RGB is 78 - color contains mainly: blue. Hex color #08114E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08114E is #F7EEB1. Grayscale: #151515. Windows color (decimal): -16248498 or 5116168. OLE color: 5116168.

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

Color convert

RGB 8 17 78 -
CMYK 0.90 0.78 0 0.69
HSL 232.29º 0.81% 0.17% -
HSV(B) 232.29º 0.9% 0.31% -
XYZ 1.68 1 7.31 -
YUV 21.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 8 17 78 0.90 0.78 0 0.69 232.29 0.81 0.17
Hex 8 11 4E 5A 4E 0 45 E8 51 11
Octal 10 21 116 132 116 0 105 350 121 21
Binary 1000 10001 1001110 1011010 1001110 0 1000101 11101000 1010001 10001

Color Harmonies of #08114E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08114E

Black with #08114E

Text Example


Text Example

White with #08114E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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