Html Css Color HEX #0E2075 Sapphire

📋 copy color: '#0E2075'

red 14 ◦ green 32 ◦ blue 117

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

Shades of Sapphire #0E2075

Tints of Sapphire #0E2075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.63%

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

R = 8.59%
G = 19.63%
B = 71.78%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0E2075 (or 0x0E2075) is known color: Sapphire. HEX triplet: 0E, 20 and 75. RGB value is (14,32,117). Sum of RGB (Red+Green+Blue) = 14+32+117=163 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.59% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 117 (46.09% from 255 or 71.78% from 163); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E2075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2075 is #F1DF8A. Grayscale: #232323. Windows color (decimal): -15851403 or 7675918. OLE color: 7675918.

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

Color convert

RGB 14 32 117 -
CMYK 0.88 0.73 0 0.54
HSL 229.51º 0.79% 0.26% -
HSV(B) 229.51º 0.88% 0.46% -
XYZ 3.91 2.41 17.09 -
YUV 36.31 173.54 112.09 -
System Red Green Blue C M Y K H S L
Decimal 14 32 117 0.88 0.73 0 0.54 229.51 0.79 0.26
Hex E 20 75 58 49 0 36 E6 4F 1A
Octal 16 40 165 130 111 0 66 346 117 32
Binary 1110 100000 1110101 1011000 1001001 0 110110 11100110 1001111 11010

Color Harmonies of #0E2075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2075

Black with #0E2075

Text Example


Text Example

White with #0E2075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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