Html Css Color HEX #0E3376 Sapphire

📋 copy color: '#0E3376'

red 14 ◦ green 51 ◦ blue 118

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

Shades of Sapphire #0E3376

Tints of Sapphire #0E3376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.87%

 BLUE value IS 118 (46.48% from 255) = 64.48%

R = 7.65%
G = 27.87%
B = 64.48%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0E3376 (or 0x0E3376) is known color: Sapphire. HEX triplet: 0E, 33 and 76. RGB value is (14,51,118). Sum of RGB (Red+Green+Blue) = 14+51+118=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 118 (46.48% from 255 or 64.48% from 183); Max value from RGB is 118 - color contains mainly: blue. Hex color #0E3376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3376 is #F1CC89. Grayscale: #2F2F2F. Windows color (decimal): -15846538 or 7746318. OLE color: 7746318.

HSL color Cylindrical-coordinate representation of color #0E3376: hue angle of 218.65º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E3376 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 14 51 118 -
CMYK 0.88 0.57 0 0.54
HSL 218.65º 0.79% 0.26% -
HSV(B) 218.65º 0.88% 0.46% -
XYZ 4.63 3.77 17.62 -
YUV 47.58 167.74 104.05 -
System Red Green Blue C M Y K H S L
Decimal 14 51 118 0.88 0.57 0 0.54 218.65 0.79 0.26
Hex E 33 76 58 39 0 36 DB 4F 1A
Octal 16 63 166 130 71 0 66 333 117 32
Binary 1110 110011 1110110 1011000 111001 0 110110 11011011 1001111 11010

Color Harmonies of #0E3376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3376

Black with #0E3376

Text Example


Text Example

White with #0E3376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,51,118); }

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

background-color css

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

 a { background-color: rgb(14,51,118); }

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

border-color css

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

 span { border-color: rgb(14,51,118); }

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