Html Css Color HEX #0E185F Sapphire

📋 copy color: '#0E185F'

red 14 ◦ green 24 ◦ blue 95

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

Shades of Sapphire #0E185F

Tints of Sapphire #0E185F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 71.43%

R = 10.53%
G = 18.05%
B = 71.43%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0E185F (or 0x0E185F) is known color: Sapphire. HEX triplet: 0E, 18 and 5F. RGB value is (14,24,95). Sum of RGB (Red+Green+Blue) = 14+24+95=133 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.53% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 95 (37.5% from 255 or 71.43% from 133); Max value from RGB is 95 - color contains mainly: blue. Hex color #0E185F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E185F is #F1E7A0. Grayscale: #1C1C1C. Windows color (decimal): -15853473 or 6232078. OLE color: 6232078.

HSL color Cylindrical-coordinate representation of color #0E185F: hue angle of 232.59º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E185F is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 14 24 95 -
CMYK 0.85 0.75 0 0.63
HSL 232.59º 0.74% 0.21% -
HSV(B) 232.59º 0.85% 0.37% -
XYZ 2.57 1.57 10.99 -
YUV 29.1 165.19 117.23 -
System Red Green Blue C M Y K H S L
Decimal 14 24 95 0.85 0.75 0 0.63 232.59 0.74 0.21
Hex E 18 5F 55 4B 0 3F E9 4A 15
Octal 16 30 137 125 113 0 77 351 112 25
Binary 1110 11000 1011111 1010101 1001011 0 111111 11101001 1001010 10101

Color Harmonies of #0E185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E185F

Black with #0E185F

Text Example


Text Example

White with #0E185F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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