Html Css Color HEX #0E3584 Dark Cerulean

📋 copy color: '#0E3584'

red 14 ◦ green 53 ◦ blue 132

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

Shades of Dark Cerulean #0E3584

Tints of Dark Cerulean #0E3584

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.63%

 BLUE value IS 132 (51.95% from 255) = 66.33%

R = 7.04%
G = 26.63%
B = 66.33%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0E3584 (or 0x0E3584) is known color: Dark Cerulean. HEX triplet: 0E, 35 and 84. RGB value is (14,53,132). Sum of RGB (Red+Green+Blue) = 14+53+132=199 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.04% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 132 (51.95% from 255 or 66.33% from 199); Max value from RGB is 132 - color contains mainly: blue. Hex color #0E3584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3584 is #F1CA7B. Grayscale: #313131. Windows color (decimal): -15846012 or 8664334. OLE color: 8664334.

HSL color Cylindrical-coordinate representation of color #0E3584: hue angle of 220.17º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E3584 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 14 53 132 -
CMYK 0.89 0.60 0 0.48
HSL 220.17º 0.81% 0.29% -
HSV(B) 220.17º 0.89% 0.52% -
XYZ 5.62 4.31 22.36 -
YUV 50.35 174.08 102.08 -
System Red Green Blue C M Y K H S L
Decimal 14 53 132 0.89 0.60 0 0.48 220.17 0.81 0.29
Hex E 35 84 59 3C 0 30 DC 51 1D
Octal 16 65 204 131 74 0 60 334 121 35
Binary 1110 110101 10000100 1011001 111100 0 110000 11011100 1010001 11101

Color Harmonies of #0E3584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3584

Black with #0E3584

Text Example


Text Example

White with #0E3584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,53,132); }

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

background-color css

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

 a { background-color: rgb(14,53,132); }

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

border-color css

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

 span { border-color: rgb(14,53,132); }

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