Html Css Color HEX #0E245C Sapphire

📋 copy color: '#0E245C'

red 14 ◦ green 36 ◦ blue 92

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

Shades of Sapphire #0E245C

Tints of Sapphire #0E245C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 64.79%

R = 9.86%
G = 25.35%
B = 64.79%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0E245C (or 0x0E245C) is known color: Sapphire. HEX triplet: 0E, 24 and 5C. RGB value is (14,36,92). Sum of RGB (Red+Green+Blue) = 14+36+92=142 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.86% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 92 (36.33% from 255 or 64.79% from 142); Max value from RGB is 92 - color contains mainly: blue. Hex color #0E245C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E245C is #F1DBA3. Grayscale: #232323. Windows color (decimal): -15850404 or 6038542. OLE color: 6038542.

HSL color Cylindrical-coordinate representation of color #0E245C: hue angle of 223.08º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E245C is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 14 36 92 -
CMYK 0.85 0.61 0 0.64
HSL 223.08º 0.74% 0.21% -
HSV(B) 223.08º 0.85% 0.36% -
XYZ 2.74 2.13 10.39 -
YUV 35.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 14 36 92 0.85 0.61 0 0.64 223.08 0.74 0.21
Hex E 24 5C 55 3D 0 40 DF 4A 15
Octal 16 44 134 125 75 0 100 337 112 25
Binary 1110 100100 1011100 1010101 111101 0 1000000 11011111 1001010 10101

Color Harmonies of #0E245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E245C

Black with #0E245C

Text Example


Text Example

White with #0E245C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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