Html Css Color HEX #0E3375 Sapphire

📋 copy color: '#0E3375'

red 14 ◦ green 51 ◦ blue 117

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

Shades of Sapphire #0E3375

Tints of Sapphire #0E3375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 64.29%

R = 7.69%
G = 28.02%
B = 64.29%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0E3375 (or 0x0E3375) is known color: Sapphire. HEX triplet: 0E, 33 and 75. RGB value is (14,51,117). Sum of RGB (Red+Green+Blue) = 14+51+117=182 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.69% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E3375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3375 is #F1CC8A. Grayscale: #2F2F2F. Windows color (decimal): -15846539 or 7680782. OLE color: 7680782.

HSL color Cylindrical-coordinate representation of color #0E3375: hue angle of 218.45º 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 #0E3375 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 14 51 117 -
CMYK 0.88 0.56 0 0.54
HSL 218.45º 0.79% 0.26% -
HSV(B) 218.45º 0.88% 0.46% -
XYZ 4.58 3.75 17.31 -
YUV 47.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 14 51 117 0.88 0.56 0 0.54 218.45 0.79 0.26
Hex E 33 75 58 38 0 36 DA 4F 1A
Octal 16 63 165 130 70 0 66 332 117 32
Binary 1110 110011 1110101 1011000 111000 0 110110 11011010 1001111 11010

Color Harmonies of #0E3375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3375

Black with #0E3375

Text Example


Text Example

White with #0E3375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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