Html Css Color HEX #0E2C76 Sapphire

📋 copy color: '#0E2C76'

red 14 ◦ green 44 ◦ blue 118

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

Shades of Sapphire #0E2C76

Tints of Sapphire #0E2C76

RGB

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

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

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

R = 7.95%
G = 25%
B = 67.05%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0E2C76 (or 0x0E2C76) is known color: Sapphire. HEX triplet: 0E, 2C and 76. RGB value is (14,44,118). Sum of RGB (Red+Green+Blue) = 14+44+118=176 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.95% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 118 (46.48% from 255 or 67.05% from 176); Max value from RGB is 118 - color contains mainly: blue. Hex color #0E2C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2C76 is #F1D389. Grayscale: #2B2B2B. Windows color (decimal): -15848330 or 7744526. OLE color: 7744526.

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

Color convert

RGB 14 44 118 -
CMYK 0.88 0.63 0 0.54
HSL 222.69º 0.79% 0.26% -
HSV(B) 222.69º 0.88% 0.46% -
XYZ 4.35 3.2 17.53 -
YUV 43.47 170.06 106.98 -
System Red Green Blue C M Y K H S L
Decimal 14 44 118 0.88 0.63 0 0.54 222.69 0.79 0.26
Hex E 2C 76 58 3F 0 36 DF 4F 1A
Octal 16 54 166 130 77 0 66 337 117 32
Binary 1110 101100 1110110 1011000 111111 0 110110 11011111 1001111 11010

Color Harmonies of #0E2C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2C76

Black with #0E2C76

Text Example


Text Example

White with #0E2C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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