Html Css Color HEX #0E3269 Sapphire

📋 copy color: '#0E3269'

red 14 ◦ green 50 ◦ blue 105

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

Shades of Sapphire #0E3269

Tints of Sapphire #0E3269

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.59%

 BLUE value IS 105 (41.41% from 255) = 62.13%

R = 8.28%
G = 29.59%
B = 62.13%

CMYK

 C value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0E3269 (or 0x0E3269) is known color: Sapphire. HEX triplet: 0E, 32 and 69. RGB value is (14,50,105). Sum of RGB (Red+Green+Blue) = 14+50+105=169 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.28% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #0E3269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3269 is #F1CD96. Grayscale: #2D2D2D. Windows color (decimal): -15846807 or 6894094. OLE color: 6894094.

HSL color Cylindrical-coordinate representation of color #0E3269: hue angle of 216.26º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E3269 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 14 50 105 -
CMYK 0.87 0.52 0 0.59
HSL 216.26º 0.76% 0.23% -
HSV(B) 216.26º 0.87% 0.41% -
XYZ 3.87 3.39 13.82 -
YUV 45.51 161.57 105.53 -
System Red Green Blue C M Y K H S L
Decimal 14 50 105 0.87 0.52 0 0.59 216.26 0.76 0.23
Hex E 32 69 57 34 0 3B D8 4C 17
Octal 16 62 151 127 64 0 73 330 114 27
Binary 1110 110010 1101001 1010111 110100 0 111011 11011000 1001100 10111

Color Harmonies of #0E3269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3269

Black with #0E3269

Text Example


Text Example

White with #0E3269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,50,105); }

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

background-color css

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

 a { background-color: rgb(14,50,105); }

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

border-color css

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

 span { border-color: rgb(14,50,105); }

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