Html Css Color HEX #080E52 Sapphire

📋 copy color: '#080E52'

red 8 ◦ green 14 ◦ blue 82

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

Shades of Sapphire #080E52

Tints of Sapphire #080E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 78.85%

R = 7.69%
G = 13.46%
B = 78.85%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#080E52 (or 0x080E52) is known color: Sapphire. HEX triplet: 08, 0E and 52. RGB value is (8,14,82). Sum of RGB (Red+Green+Blue) = 8+14+82=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 82 (32.42% from 255 or 78.85% from 104); Max value from RGB is 82 - color contains mainly: blue. Hex color #080E52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080E52 is #F7F1AD. Grayscale: #131313. Windows color (decimal): -16249262 or 5377544. OLE color: 5377544.

HSL color Cylindrical-coordinate representation of color #080E52: hue angle of 235.14º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080E52 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 14 82 -
CMYK 0.90 0.83 0 0.68
HSL 235.14º 0.82% 0.18% -
HSV(B) 235.14º 0.9% 0.32% -
XYZ 1.78 0.97 8.08 -
YUV 19.96 163.01 119.47 -
System Red Green Blue C M Y K H S L
Decimal 8 14 82 0.90 0.83 0 0.68 235.14 0.82 0.18
Hex 8 E 52 5A 53 0 44 EB 52 12
Octal 10 16 122 132 123 0 104 353 122 22
Binary 1000 1110 1010010 1011010 1010011 0 1000100 11101011 1010010 10010

Color Harmonies of #080E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E52

Black with #080E52

Text Example


Text Example

White with #080E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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