Html Css Color HEX #080E4E Sapphire

📋 copy color: '#080E4E'

red 8 ◦ green 14 ◦ blue 78

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

Shades of Sapphire #080E4E

Tints of Sapphire #080E4E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 14%

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

R = 8%
G = 14%
B = 78%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#080E4E (or 0x080E4E) is known color: Sapphire. HEX triplet: 08, 0E and 4E. RGB value is (8,14,78). Sum of RGB (Red+Green+Blue) = 8+14+78=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 14 (5.86% from 255 or 14% from 100); Blue value is 78 (30.86% from 255 or 78% from 100); Max value from RGB is 78 - color contains mainly: blue. Hex color #080E4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080E4E is #F7F1B1. Grayscale: #131313. Windows color (decimal): -16249266 or 5115400. OLE color: 5115400.

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

Color convert

RGB 8 14 78 -
CMYK 0.90 0.82 0 0.69
HSL 234.86º 0.81% 0.17% -
HSV(B) 234.86º 0.9% 0.31% -
XYZ 1.63 0.92 7.3 -
YUV 19.5 161.01 119.8 -
System Red Green Blue C M Y K H S L
Decimal 8 14 78 0.90 0.82 0 0.69 234.86 0.81 0.17
Hex 8 E 4E 5A 52 0 45 EB 51 11
Octal 10 16 116 132 122 0 105 353 121 21
Binary 1000 1110 1001110 1011010 1010010 0 1000101 11101011 1010001 10001

Color Harmonies of #080E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E4E

Black with #080E4E

Text Example


Text Example

White with #080E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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