Html Css Color HEX #080D4E Sapphire

📋 copy color: '#080D4E'

red 8 ◦ green 13 ◦ blue 78

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

Shades of Sapphire #080D4E

Tints of Sapphire #080D4E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.13%

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

R = 8.08%
G = 13.13%
B = 78.79%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#080D4E (or 0x080D4E) is known color: Sapphire. HEX triplet: 08, 0D and 4E. RGB value is (8,13,78). Sum of RGB (Red+Green+Blue) = 8+13+78=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 78 (30.86% from 255 or 78.79% from 99); Max value from RGB is 78 - color contains mainly: blue. Hex color #080D4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D4E is #F7F2B1. Grayscale: #121212. Windows color (decimal): -16249522 or 5115144. OLE color: 5115144.

HSL color Cylindrical-coordinate representation of color #080D4E: hue angle of 235.71º 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 #080D4E is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 13 78 -
CMYK 0.90 0.83 0 0.69
HSL 235.71º 0.81% 0.17% -
HSV(B) 235.71º 0.9% 0.31% -
XYZ 1.62 0.89 7.29 -
YUV 18.92 161.34 120.21 -
System Red Green Blue C M Y K H S L
Decimal 8 13 78 0.90 0.83 0 0.69 235.71 0.81 0.17
Hex 8 D 4E 5A 53 0 45 EC 51 11
Octal 10 15 116 132 123 0 105 354 121 21
Binary 1000 1101 1001110 1011010 1010011 0 1000101 11101100 1010001 10001

Color Harmonies of #080D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D4E

Black with #080D4E

Text Example


Text Example

White with #080D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080D4E; }

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

 H1.HeaderClassName
 {
   color: #080D4E;
 }
 .AnyTagClassName
 {
   color: #080D4E;
 }
</style>

background-color css

<style>
 a { background-color: #080D4E; }

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

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

border-color css

<style>
 span { border-color: #080D4E; }

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

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