Html Css Color HEX #0E3172 Sapphire

📋 copy color: '#0E3172'

red 14 ◦ green 49 ◦ blue 114

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

Shades of Sapphire #0E3172

Tints of Sapphire #0E3172

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.68%

 BLUE value IS 114 (44.92% from 255) = 64.41%

R = 7.91%
G = 27.68%
B = 64.41%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0E3172 (or 0x0E3172) is known color: Sapphire. HEX triplet: 0E, 31 and 72. RGB value is (14,49,114). Sum of RGB (Red+Green+Blue) = 14+49+114=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #0E3172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3172 is #F1CE8D. Grayscale: #2D2D2D. Windows color (decimal): -15847054 or 7483662. OLE color: 7483662.

HSL color Cylindrical-coordinate representation of color #0E3172: hue angle of 219º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E3172 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 14 49 114 -
CMYK 0.88 0.57 0 0.55
HSL 219º 0.78% 0.25% -
HSV(B) 219º 0.88% 0.45% -
XYZ 4.32 3.5 16.37 -
YUV 45.95 166.4 105.21 -
System Red Green Blue C M Y K H S L
Decimal 14 49 114 0.88 0.57 0 0.55 219 0.78 0.25
Hex E 31 72 58 39 0 37 DB 4E 19
Octal 16 61 162 130 71 0 67 333 116 31
Binary 1110 110001 1110010 1011000 111001 0 110111 11011011 1001110 11001

Color Harmonies of #0E3172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3172

Black with #0E3172

Text Example


Text Example

White with #0E3172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,49,114); }

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

background-color css

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

 a { background-color: rgb(14,49,114); }

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

border-color css

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

 span { border-color: rgb(14,49,114); }

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