Html Css Color HEX #0E1859 Sapphire

📋 copy color: '#0E1859'

red 14 ◦ green 24 ◦ blue 89

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

Shades of Sapphire #0E1859

Tints of Sapphire #0E1859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.9%

 BLUE value IS 89 (35.16% from 255) = 70.08%

R = 11.02%
G = 18.9%
B = 70.08%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0E1859 (or 0x0E1859) is known color: Sapphire. HEX triplet: 0E, 18 and 59. RGB value is (14,24,89). Sum of RGB (Red+Green+Blue) = 14+24+89=127 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.02% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 89 (35.16% from 255 or 70.08% from 127); Max value from RGB is 89 - color contains mainly: blue. Hex color #0E1859 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1859 is #F1E7A6. Grayscale: #1C1C1C. Windows color (decimal): -15853479 or 5838862. OLE color: 5838862.

HSL color Cylindrical-coordinate representation of color #0E1859: hue angle of 232º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E1859 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 14 24 89 -
CMYK 0.84 0.73 0 0.65
HSL 232º 0.73% 0.2% -
HSV(B) 232º 0.84% 0.35% -
XYZ 2.31 1.47 9.61 -
YUV 28.42 162.19 117.71 -
System Red Green Blue C M Y K H S L
Decimal 14 24 89 0.84 0.73 0 0.65 232 0.73 0.2
Hex E 18 59 54 49 0 41 E8 49 14
Octal 16 30 131 124 111 0 101 350 111 24
Binary 1110 11000 1011001 1010100 1001001 0 1000001 11101000 1001001 10100

Color Harmonies of #0E1859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1859

Black with #0E1859

Text Example


Text Example

White with #0E1859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,24,89); }

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

background-color css

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

 a { background-color: rgb(14,24,89); }

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

border-color css

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

 span { border-color: rgb(14,24,89); }

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