Html Css Color HEX #0E5592 Dark Cerulean

📋 copy color: '#0E5592'

red 14 ◦ green 85 ◦ blue 146

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

Shades of Dark Cerulean #0E5592

Tints of Dark Cerulean #0E5592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.69%

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

R = 5.71%
G = 34.69%
B = 59.59%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0E5592 (or 0x0E5592) is known color: Dark Cerulean. HEX triplet: 0E, 55 and 92. RGB value is (14,85,146). Sum of RGB (Red+Green+Blue) = 14+85+146=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E5592 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5592 is #F1AA6D. Grayscale: #464646. Windows color (decimal): -15837806 or 9590030. OLE color: 9590030.

HSL color Cylindrical-coordinate representation of color #0E5592: hue angle of 207.73º 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 #0E5592 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 14 85 146 -
CMYK 0.90 0.42 0 0.43
HSL 207.73º 0.83% 0.31% -
HSV(B) 207.73º 0.9% 0.57% -
XYZ 8.62 8.67 28.41 -
YUV 70.73 170.48 87.54 -
System Red Green Blue C M Y K H S L
Decimal 14 85 146 0.90 0.42 0 0.43 207.73 0.83 0.31
Hex E 55 92 5A 2A 0 2B D0 52 1F
Octal 16 125 222 132 52 0 53 320 122 37
Binary 1110 1010101 10010010 1011010 101010 0 101011 11010000 1010010 11111

Color Harmonies of #0E5592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5592

Black with #0E5592

Text Example


Text Example

White with #0E5592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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