Html Css Color HEX #0E3784 Dark Cerulean

📋 copy color: '#0E3784'

red 14 ◦ green 55 ◦ blue 132

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

Shades of Dark Cerulean #0E3784

Tints of Dark Cerulean #0E3784

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.36%

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

R = 6.97%
G = 27.36%
B = 65.67%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0E3784 (or 0x0E3784) is known color: Dark Cerulean. HEX triplet: 0E, 37 and 84. RGB value is (14,55,132). Sum of RGB (Red+Green+Blue) = 14+55+132=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 132 (51.95% from 255 or 65.67% from 201); Max value from RGB is 132 - color contains mainly: blue. Hex color #0E3784 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3784 is #F1C87B. Grayscale: #333333. Windows color (decimal): -15845500 or 8664846. OLE color: 8664846.

HSL color Cylindrical-coordinate representation of color #0E3784: hue angle of 219.15º 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 #0E3784 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 14 55 132 -
CMYK 0.89 0.58 0 0.48
HSL 219.15º 0.81% 0.29% -
HSV(B) 219.15º 0.89% 0.52% -
XYZ 5.71 4.49 22.4 -
YUV 51.52 173.42 101.24 -
System Red Green Blue C M Y K H S L
Decimal 14 55 132 0.89 0.58 0 0.48 219.15 0.81 0.29
Hex E 37 84 59 3A 0 30 DB 51 1D
Octal 16 67 204 131 72 0 60 333 121 35
Binary 1110 110111 10000100 1011001 111010 0 110000 11011011 1010001 11101

Color Harmonies of #0E3784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3784

Black with #0E3784

Text Example


Text Example

White with #0E3784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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