Html Css Color HEX #0E2470 Sapphire

📋 copy color: '#0E2470'

red 14 ◦ green 36 ◦ blue 112

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

Shades of Sapphire #0E2470

Tints of Sapphire #0E2470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 69.14%

R = 8.64%
G = 22.22%
B = 69.14%

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

#0E2470 (or 0x0E2470) is known color: Sapphire. HEX triplet: 0E, 24 and 70. RGB value is (14,36,112). Sum of RGB (Red+Green+Blue) = 14+36+112=162 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.64% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #0E2470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2470 is #F1DB8F. Grayscale: #252525. Windows color (decimal): -15850384 or 7349262. OLE color: 7349262.

HSL color Cylindrical-coordinate representation of color #0E2470: hue angle of 226.53º 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 #0E2470 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 14 36 112 -
CMYK 0.88 0.68 0 0.56
HSL 226.53º 0.78% 0.25% -
HSV(B) 226.53º 0.88% 0.44% -
XYZ 3.74 2.52 15.62 -
YUV 38.09 169.71 110.82 -
System Red Green Blue C M Y K H S L
Decimal 14 36 112 0.88 0.68 0 0.56 226.53 0.78 0.25
Hex E 24 70 58 44 0 38 E3 4E 19
Octal 16 44 160 130 104 0 70 343 116 31
Binary 1110 100100 1110000 1011000 1000100 0 111000 11100011 1001110 11001

Color Harmonies of #0E2470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2470

Black with #0E2470

Text Example


Text Example

White with #0E2470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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