Html Css Color HEX #0E3773 Dark Cerulean

📋 copy color: '#0E3773'

red 14 ◦ green 55 ◦ blue 115

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

Shades of Dark Cerulean #0E3773

Tints of Dark Cerulean #0E3773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 62.5%

R = 7.61%
G = 29.89%
B = 62.5%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0E3773 (or 0x0E3773) is known color: Dark Cerulean. HEX triplet: 0E, 37 and 73. RGB value is (14,55,115). Sum of RGB (Red+Green+Blue) = 14+55+115=184 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.61% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #0E3773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3773 is #F1C88C. Grayscale: #313131. Windows color (decimal): -15845517 or 7550734. OLE color: 7550734.

HSL color Cylindrical-coordinate representation of color #0E3773: hue angle of 215.64º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E3773 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 14 55 115 -
CMYK 0.88 0.52 0 0.55
HSL 215.64º 0.78% 0.25% -
HSV(B) 215.64º 0.88% 0.45% -
XYZ 4.64 4.06 16.76 -
YUV 49.58 164.92 102.62 -
System Red Green Blue C M Y K H S L
Decimal 14 55 115 0.88 0.52 0 0.55 215.64 0.78 0.25
Hex E 37 73 58 34 0 37 D8 4E 19
Octal 16 67 163 130 64 0 67 330 116 31
Binary 1110 110111 1110011 1011000 110100 0 110111 11011000 1001110 11001

Color Harmonies of #0E3773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3773

Black with #0E3773

Text Example


Text Example

White with #0E3773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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