Html Css Color HEX #0E2E75 Sapphire

📋 copy color: '#0E2E75'

red 14 ◦ green 46 ◦ blue 117

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

Shades of Sapphire #0E2E75

Tints of Sapphire #0E2E75

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.99%

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

R = 7.91%
G = 25.99%
B = 66.1%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0E2E75 (or 0x0E2E75) is known color: Sapphire. HEX triplet: 0E, 2E and 75. RGB value is (14,46,117). Sum of RGB (Red+Green+Blue) = 14+46+117=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 117 (46.09% from 255 or 66.10% from 177); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E2E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2E75 is #F1D18A. Grayscale: #2C2C2C. Windows color (decimal): -15847819 or 7679502. OLE color: 7679502.

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

Color convert

RGB 14 46 117 -
CMYK 0.88 0.61 0 0.54
HSL 221.36º 0.79% 0.26% -
HSV(B) 221.36º 0.88% 0.46% -
XYZ 4.37 3.33 17.24 -
YUV 44.53 168.9 106.23 -
System Red Green Blue C M Y K H S L
Decimal 14 46 117 0.88 0.61 0 0.54 221.36 0.79 0.26
Hex E 2E 75 58 3D 0 36 DD 4F 1A
Octal 16 56 165 130 75 0 66 335 117 32
Binary 1110 101110 1110101 1011000 111101 0 110110 11011101 1001111 11010

Color Harmonies of #0E2E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2E75

Black with #0E2E75

Text Example


Text Example

White with #0E2E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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