Html Css Color HEX #0E1858 Sapphire

📋 copy color: '#0E1858'

red 14 ◦ green 24 ◦ blue 88

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

Shades of Sapphire #0E1858

Tints of Sapphire #0E1858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 69.84%

R = 11.11%
G = 19.05%
B = 69.84%

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

#0E1858 (or 0x0E1858) is known color: Sapphire. HEX triplet: 0E, 18 and 58. RGB value is (14,24,88). Sum of RGB (Red+Green+Blue) = 14+24+88=126 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.11% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 88 (34.77% from 255 or 69.84% from 126); Max value from RGB is 88 - color contains mainly: blue. Hex color #0E1858 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1858 is #F1E7A7. Grayscale: #1C1C1C. Windows color (decimal): -15853480 or 5773326. OLE color: 5773326.

HSL color Cylindrical-coordinate representation of color #0E1858: hue angle of 231.89º 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 #0E1858 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 14 24 88 -
CMYK 0.84 0.73 0 0.65
HSL 231.89º 0.73% 0.2% -
HSV(B) 231.89º 0.84% 0.35% -
XYZ 2.27 1.45 9.39 -
YUV 28.31 161.69 117.8 -
System Red Green Blue C M Y K H S L
Decimal 14 24 88 0.84 0.73 0 0.65 231.89 0.73 0.2
Hex E 18 58 54 49 0 41 E8 49 14
Octal 16 30 130 124 111 0 101 350 111 24
Binary 1110 11000 1011000 1010100 1001001 0 1000001 11101000 1001001 10100

Color Harmonies of #0E1858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1858

Black with #0E1858

Text Example


Text Example

White with #0E1858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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