Html Css Color HEX #0E286D Sapphire

📋 copy color: '#0E286D'

red 14 ◦ green 40 ◦ blue 109

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

Shades of Sapphire #0E286D

Tints of Sapphire #0E286D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.54%

 BLUE value IS 109 (42.97% from 255) = 66.87%

R = 8.59%
G = 24.54%
B = 66.87%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0E286D (or 0x0E286D) is known color: Sapphire. HEX triplet: 0E, 28 and 6D. RGB value is (14,40,109). Sum of RGB (Red+Green+Blue) = 14+40+109=163 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.59% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 109 (42.97% from 255 or 66.87% from 163); Max value from RGB is 109 - color contains mainly: blue. Hex color #0E286D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E286D is #F1D792. Grayscale: #272727. Windows color (decimal): -15849363 or 7153678. OLE color: 7153678.

HSL color Cylindrical-coordinate representation of color #0E286D: hue angle of 223.58º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E286D is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 14 40 109 -
CMYK 0.87 0.63 0 0.57
HSL 223.58º 0.77% 0.24% -
HSV(B) 223.58º 0.87% 0.43% -
XYZ 3.7 2.72 14.8 -
YUV 40.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 14 40 109 0.87 0.63 0 0.57 223.58 0.77 0.24
Hex E 28 6D 57 3F 0 39 E0 4D 18
Octal 16 50 155 127 77 0 71 340 115 30
Binary 1110 101000 1101101 1010111 111111 0 111001 11100000 1001101 11000

Color Harmonies of #0E286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E286D

Black with #0E286D

Text Example


Text Example

White with #0E286D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,40,109); }

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

background-color css

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

 a { background-color: rgb(14,40,109); }

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

border-color css

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

 span { border-color: rgb(14,40,109); }

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