Html Css Color HEX #0E185D Sapphire

📋 copy color: '#0E185D'

red 14 ◦ green 24 ◦ blue 93

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

Shades of Sapphire #0E185D

Tints of Sapphire #0E185D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 70.99%

R = 10.69%
G = 18.32%
B = 70.99%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0E185D (or 0x0E185D) is known color: Sapphire. HEX triplet: 0E, 18 and 5D. RGB value is (14,24,93). Sum of RGB (Red+Green+Blue) = 14+24+93=131 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.69% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 93 (36.72% from 255 or 70.99% from 131); Max value from RGB is 93 - color contains mainly: blue. Hex color #0E185D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E185D is #F1E7A2. Grayscale: #1C1C1C. Windows color (decimal): -15853475 or 6101006. OLE color: 6101006.

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

Color convert

RGB 14 24 93 -
CMYK 0.85 0.74 0 0.64
HSL 232.41º 0.74% 0.21% -
HSV(B) 232.41º 0.85% 0.36% -
XYZ 2.48 1.54 10.52 -
YUV 28.88 164.19 117.39 -
System Red Green Blue C M Y K H S L
Decimal 14 24 93 0.85 0.74 0 0.64 232.41 0.74 0.21
Hex E 18 5D 55 4A 0 40 E8 4A 15
Octal 16 30 135 125 112 0 100 350 112 25
Binary 1110 11000 1011101 1010101 1001010 0 1000000 11101000 1001010 10101

Color Harmonies of #0E185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E185D

Black with #0E185D

Text Example


Text Example

White with #0E185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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