Html Css Color HEX #0E266D Sapphire

📋 copy color: '#0E266D'

red 14 ◦ green 38 ◦ blue 109

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

Shades of Sapphire #0E266D

Tints of Sapphire #0E266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.6%

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

R = 8.7%
G = 23.6%
B = 67.7%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0E266D (or 0x0E266D) is known color: Sapphire. HEX triplet: 0E, 26 and 6D. RGB value is (14,38,109). Sum of RGB (Red+Green+Blue) = 14+38+109=161 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.70% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 109 (42.97% from 255 or 67.70% from 161); Max value from RGB is 109 - color contains mainly: blue. Hex color #0E266D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E266D is #F1D992. Grayscale: #262626. Windows color (decimal): -15849875 or 7153166. OLE color: 7153166.

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

Color convert

RGB 14 38 109 -
CMYK 0.87 0.65 0 0.57
HSL 224.84º 0.77% 0.24% -
HSV(B) 224.84º 0.87% 0.43% -
XYZ 3.63 2.58 14.78 -
YUV 38.92 167.55 110.23 -
System Red Green Blue C M Y K H S L
Decimal 14 38 109 0.87 0.65 0 0.57 224.84 0.77 0.24
Hex E 26 6D 57 41 0 39 E1 4D 18
Octal 16 46 155 127 101 0 71 341 115 30
Binary 1110 100110 1101101 1010111 1000001 0 111001 11100001 1001101 11000

Color Harmonies of #0E266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E266D

Black with #0E266D

Text Example


Text Example

White with #0E266D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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