Html Css Color HEX #0E2C70 Sapphire

📋 copy color: '#0E2C70'

red 14 ◦ green 44 ◦ blue 112

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

Shades of Sapphire #0E2C70

Tints of Sapphire #0E2C70

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.88%

 BLUE value IS 112 (44.14% from 255) = 65.88%

R = 8.24%
G = 25.88%
B = 65.88%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0E2C70 (or 0x0E2C70) is known color: Sapphire. HEX triplet: 0E, 2C and 70. RGB value is (14,44,112). Sum of RGB (Red+Green+Blue) = 14+44+112=170 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.24% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #0E2C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2C70 is #F1D38F. Grayscale: #2A2A2A. Windows color (decimal): -15848336 or 7351310. OLE color: 7351310.

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

Color convert

RGB 14 44 112 -
CMYK 0.88 0.61 0 0.56
HSL 221.63º 0.78% 0.25% -
HSV(B) 221.63º 0.88% 0.44% -
XYZ 4.01 3.06 15.71 -
YUV 42.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 14 44 112 0.88 0.61 0 0.56 221.63 0.78 0.25
Hex E 2C 70 58 3D 0 38 DE 4E 19
Octal 16 54 160 130 75 0 70 336 116 31
Binary 1110 101100 1110000 1011000 111101 0 111000 11011110 1001110 11001

Color Harmonies of #0E2C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2C70

Black with #0E2C70

Text Example


Text Example

White with #0E2C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,44,112); }

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

background-color css

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

 a { background-color: rgb(14,44,112); }

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

border-color css

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

 span { border-color: rgb(14,44,112); }

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