Html Css Color HEX #0E4C92 Dark Cerulean

📋 copy color: '#0E4C92'

red 14 ◦ green 76 ◦ blue 146

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

Shades of Dark Cerulean #0E4C92

Tints of Dark Cerulean #0E4C92

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.2%

 BLUE value IS 146 (57.42% from 255) = 61.86%

R = 5.93%
G = 32.2%
B = 61.86%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0E4C92 (or 0x0E4C92) is known color: Dark Cerulean. HEX triplet: 0E, 4C and 92. RGB value is (14,76,146). Sum of RGB (Red+Green+Blue) = 14+76+146=236 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.93% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E4C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4C92 is #F1B36D. Grayscale: #414141. Windows color (decimal): -15840110 or 9587726. OLE color: 9587726.

HSL color Cylindrical-coordinate representation of color #0E4C92: hue angle of 211.82º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E4C92 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 14 76 146 -
CMYK 0.90 0.48 0 0.43
HSL 211.82º 0.83% 0.31% -
HSV(B) 211.82º 0.9% 0.57% -
XYZ 7.95 7.34 28.19 -
YUV 65.44 173.46 91.31 -
System Red Green Blue C M Y K H S L
Decimal 14 76 146 0.90 0.48 0 0.43 211.82 0.83 0.31
Hex E 4C 92 5A 30 0 2B D4 52 1F
Octal 16 114 222 132 60 0 53 324 122 37
Binary 1110 1001100 10010010 1011010 110000 0 101011 11010100 1010010 11111

Color Harmonies of #0E4C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4C92

Black with #0E4C92

Text Example


Text Example

White with #0E4C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,76,146); }

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

background-color css

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

 a { background-color: rgb(14,76,146); }

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

border-color css

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

 span { border-color: rgb(14,76,146); }

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