Html Css Color HEX #0E2471 Sapphire

📋 copy color: '#0E2471'

red 14 ◦ green 36 ◦ blue 113

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

Shades of Sapphire #0E2471

Tints of Sapphire #0E2471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.09%

 BLUE value IS 113 (44.53% from 255) = 69.33%

R = 8.59%
G = 22.09%
B = 69.33%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0E2471 (or 0x0E2471) is known color: Sapphire. HEX triplet: 0E, 24 and 71. RGB value is (14,36,113). Sum of RGB (Red+Green+Blue) = 14+36+113=163 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.59% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 113 (44.53% from 255 or 69.33% from 163); Max value from RGB is 113 - color contains mainly: blue. Hex color #0E2471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2471 is #F1DB8E. Grayscale: #252525. Windows color (decimal): -15850383 or 7414798. OLE color: 7414798.

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

Color convert

RGB 14 36 113 -
CMYK 0.88 0.68 0 0.56
HSL 226.67º 0.78% 0.25% -
HSV(B) 226.67º 0.88% 0.44% -
XYZ 3.79 2.55 15.91 -
YUV 38.2 170.21 110.74 -
System Red Green Blue C M Y K H S L
Decimal 14 36 113 0.88 0.68 0 0.56 226.67 0.78 0.25
Hex E 24 71 58 44 0 38 E3 4E 19
Octal 16 44 161 130 104 0 70 343 116 31
Binary 1110 100100 1110001 1011000 1000100 0 111000 11100011 1001110 11001

Color Harmonies of #0E2471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2471

Black with #0E2471

Text Example


Text Example

White with #0E2471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,36,113); }

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

background-color css

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

 a { background-color: rgb(14,36,113); }

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

border-color css

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

 span { border-color: rgb(14,36,113); }

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