Html Css Color HEX #0E2072 Sapphire

📋 copy color: '#0E2072'

red 14 ◦ green 32 ◦ blue 114

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

Shades of Sapphire #0E2072

Tints of Sapphire #0E2072

RGB

 RED value IS 14 (5.86% from 255) = 8.75%

 GREEN value IS 32 (12.89% from 255) = 20%

 BLUE value IS 114 (44.92% from 255) = 71.25%

R = 8.75%
G = 20%
B = 71.25%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0E2072 (or 0x0E2072) is known color: Sapphire. HEX triplet: 0E, 20 and 72. RGB value is (14,32,114). Sum of RGB (Red+Green+Blue) = 14+32+114=160 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.75% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 114 (44.92% from 255 or 71.25% from 160); Max value from RGB is 114 - color contains mainly: blue. Hex color #0E2072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2072 is #F1DF8D. Grayscale: #232323. Windows color (decimal): -15851406 or 7479310. OLE color: 7479310.

HSL color Cylindrical-coordinate representation of color #0E2072: hue angle of 229.2º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E2072 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 14 32 114 -
CMYK 0.88 0.72 0 0.55
HSL 229.2º 0.78% 0.25% -
HSV(B) 229.2º 0.88% 0.45% -
XYZ 3.73 2.34 16.17 -
YUV 35.97 172.04 112.33 -
System Red Green Blue C M Y K H S L
Decimal 14 32 114 0.88 0.72 0 0.55 229.2 0.78 0.25
Hex E 20 72 58 48 0 37 E5 4E 19
Octal 16 40 162 130 110 0 67 345 116 31
Binary 1110 100000 1110010 1011000 1001000 0 110111 11100101 1001110 11001

Color Harmonies of #0E2072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2072

Black with #0E2072

Text Example


Text Example

White with #0E2072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E2072; }

 p { color: rgb(14,32,114); }

 H1.HeaderClassName
 {
   color: #0E2072;
 }
 .AnyTagClassName
 {
   color: #0E2072;
 }
</style>

background-color css

<style>
 a { background-color: #0E2072; }

 a { background-color: rgb(14,32,114); }

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

border-color css

<style>
 span { border-color: #0E2072; }

 span { border-color: rgb(14,32,114); }

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