Html Css Color HEX #0E2578 Sapphire

📋 copy color: '#0E2578'

red 14 ◦ green 37 ◦ blue 120

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

Shades of Sapphire #0E2578

Tints of Sapphire #0E2578

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.64%

 BLUE value IS 120 (47.27% from 255) = 70.18%

R = 8.19%
G = 21.64%
B = 70.18%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0E2578 (or 0x0E2578) is known color: Sapphire. HEX triplet: 0E, 25 and 78. RGB value is (14,37,120). Sum of RGB (Red+Green+Blue) = 14+37+120=171 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.19% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 120 (47.27% from 255 or 70.18% from 171); Max value from RGB is 120 - color contains mainly: blue. Hex color #0E2578 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2578 is #F1DA87. Grayscale: #272727. Windows color (decimal): -15850120 or 7873806. OLE color: 7873806.

HSL color Cylindrical-coordinate representation of color #0E2578: hue angle of 226.98º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E2578 is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 14 37 120 -
CMYK 0.88 0.69 0 0.53
HSL 226.98º 0.79% 0.26% -
HSV(B) 226.98º 0.88% 0.47% -
XYZ 4.23 2.77 18.08 -
YUV 39.59 173.38 109.75 -
System Red Green Blue C M Y K H S L
Decimal 14 37 120 0.88 0.69 0 0.53 226.98 0.79 0.26
Hex E 25 78 58 45 0 35 E3 4F 1A
Octal 16 45 170 130 105 0 65 343 117 32
Binary 1110 100101 1111000 1011000 1000101 0 110101 11100011 1001111 11010

Color Harmonies of #0E2578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2578

Black with #0E2578

Text Example


Text Example

White with #0E2578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,37,120); }

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

background-color css

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

 a { background-color: rgb(14,37,120); }

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

border-color css

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

 span { border-color: rgb(14,37,120); }

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