Html Css Color HEX #0E4077 Dark Cerulean

📋 copy color: '#0E4077'

red 14 ◦ green 64 ◦ blue 119

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

Shades of Dark Cerulean #0E4077

Tints of Dark Cerulean #0E4077

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.49%

 BLUE value IS 119 (46.88% from 255) = 60.41%

R = 7.11%
G = 32.49%
B = 60.41%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0E4077 (or 0x0E4077) is known color: Dark Cerulean. HEX triplet: 0E, 40 and 77. RGB value is (14,64,119). Sum of RGB (Red+Green+Blue) = 14+64+119=197 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.11% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 119 (46.88% from 255 or 60.41% from 197); Max value from RGB is 119 - color contains mainly: blue. Hex color #0E4077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4077 is #F1BF88. Grayscale: #373737. Windows color (decimal): -15843209 or 7815182. OLE color: 7815182.

HSL color Cylindrical-coordinate representation of color #0E4077: hue angle of 211.43º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E4077 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 14 64 119 -
CMYK 0.88 0.46 0 0.53
HSL 211.43º 0.79% 0.26% -
HSV(B) 211.43º 0.88% 0.47% -
XYZ 5.34 5.09 18.15 -
YUV 55.32 163.94 98.53 -
System Red Green Blue C M Y K H S L
Decimal 14 64 119 0.88 0.46 0 0.53 211.43 0.79 0.26
Hex E 40 77 58 2E 0 35 D3 4F 1A
Octal 16 100 167 130 56 0 65 323 117 32
Binary 1110 1000000 1110111 1011000 101110 0 110101 11010011 1001111 11010

Color Harmonies of #0E4077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4077

Black with #0E4077

Text Example


Text Example

White with #0E4077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,64,119); }

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

background-color css

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

 a { background-color: rgb(14,64,119); }

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

border-color css

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

 span { border-color: rgb(14,64,119); }

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