Html Css Color HEX #0E4B73 Dark Cerulean

📋 copy color: '#0E4B73'

red 14 ◦ green 75 ◦ blue 115

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

Shades of Dark Cerulean #0E4B73

Tints of Dark Cerulean #0E4B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.76%

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

R = 6.86%
G = 36.76%
B = 56.37%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0E4B73 (or 0x0E4B73) is known color: Dark Cerulean. HEX triplet: 0E, 4B and 73. RGB value is (14,75,115). Sum of RGB (Red+Green+Blue) = 14+75+115=204 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.86% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #0E4B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4B73 is #F1B48C. Grayscale: #3D3D3D. Windows color (decimal): -15840397 or 7555854. OLE color: 7555854.

HSL color Cylindrical-coordinate representation of color #0E4B73: hue angle of 203.76º 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 #0E4B73 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 14 75 115 -
CMYK 0.88 0.35 0 0.55
HSL 203.76º 0.78% 0.25% -
HSV(B) 203.76º 0.88% 0.45% -
XYZ 5.79 6.36 17.14 -
YUV 61.32 158.29 94.25 -
System Red Green Blue C M Y K H S L
Decimal 14 75 115 0.88 0.35 0 0.55 203.76 0.78 0.25
Hex E 4B 73 58 23 0 37 CC 4E 19
Octal 16 113 163 130 43 0 67 314 116 31
Binary 1110 1001011 1110011 1011000 100011 0 110111 11001100 1001110 11001

Color Harmonies of #0E4B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4B73

Black with #0E4B73

Text Example


Text Example

White with #0E4B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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