Html Css Color HEX #0E286B Sapphire

📋 copy color: '#0E286B'

red 14 ◦ green 40 ◦ blue 107

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

Shades of Sapphire #0E286B

Tints of Sapphire #0E286B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 66.46%

R = 8.7%
G = 24.84%
B = 66.46%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0E286B (or 0x0E286B) is known color: Sapphire. HEX triplet: 0E, 28 and 6B. RGB value is (14,40,107). Sum of RGB (Red+Green+Blue) = 14+40+107=161 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.70% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 107 (42.19% from 255 or 66.46% from 161); Max value from RGB is 107 - color contains mainly: blue. Hex color #0E286B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E286B is #F1D794. Grayscale: #272727. Windows color (decimal): -15849365 or 7022606. OLE color: 7022606.

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

Color convert

RGB 14 40 107 -
CMYK 0.87 0.63 0 0.58
HSL 223.23º 0.77% 0.24% -
HSV(B) 223.23º 0.87% 0.42% -
XYZ 3.59 2.67 14.24 -
YUV 39.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 14 40 107 0.87 0.63 0 0.58 223.23 0.77 0.24
Hex E 28 6B 57 3F 0 3A DF 4D 18
Octal 16 50 153 127 77 0 72 337 115 30
Binary 1110 101000 1101011 1010111 111111 0 111010 11011111 1001101 11000

Color Harmonies of #0E286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E286B

Black with #0E286B

Text Example


Text Example

White with #0E286B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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