Html Css Color HEX #0E2455 Sapphire

📋 copy color: '#0E2455'

red 14 ◦ green 36 ◦ blue 85

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

Shades of Sapphire #0E2455

Tints of Sapphire #0E2455

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.67%

 BLUE value IS 85 (33.59% from 255) = 62.96%

R = 10.37%
G = 26.67%
B = 62.96%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0E2455 (or 0x0E2455) is known color: Sapphire. HEX triplet: 0E, 24 and 55. RGB value is (14,36,85). Sum of RGB (Red+Green+Blue) = 14+36+85=135 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.37% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #0E2455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2455 is #F1DBAA. Grayscale: #222222. Windows color (decimal): -15850411 or 5579790. OLE color: 5579790.

HSL color Cylindrical-coordinate representation of color #0E2455: hue angle of 221.41º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E2455 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 14 36 85 -
CMYK 0.84 0.58 0 0.67
HSL 221.41º 0.72% 0.19% -
HSV(B) 221.41º 0.84% 0.33% -
XYZ 2.45 2.01 8.85 -
YUV 35.01 156.21 113.02 -
System Red Green Blue C M Y K H S L
Decimal 14 36 85 0.84 0.58 0 0.67 221.41 0.72 0.19
Hex E 24 55 54 3A 0 43 DD 48 13
Octal 16 44 125 124 72 0 103 335 110 23
Binary 1110 100100 1010101 1010100 111010 0 1000011 11011101 1001000 10011

Color Harmonies of #0E2455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2455

Black with #0E2455

Text Example


Text Example

White with #0E2455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,36,85); }

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

background-color css

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

 a { background-color: rgb(14,36,85); }

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

border-color css

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

 span { border-color: rgb(14,36,85); }

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