Html Css Color HEX #0E477F Dark Cerulean

📋 copy color: '#0E477F'

red 14 ◦ green 71 ◦ blue 127

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

Shades of Dark Cerulean #0E477F

Tints of Dark Cerulean #0E477F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.49%

 BLUE value IS 127 (50% from 255) = 59.91%

R = 6.6%
G = 33.49%
B = 59.91%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#0E477F (or 0x0E477F) is known color: Dark Cerulean. HEX triplet: 0E, 47 and 7F. RGB value is (14,71,127). Sum of RGB (Red+Green+Blue) = 14+71+127=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #0E477F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E477F is #F1B880. Grayscale: #3C3C3C. Windows color (decimal): -15841409 or 8341262. OLE color: 8341262.

HSL color Cylindrical-coordinate representation of color #0E477F: hue angle of 209.73º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E477F is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 14 71 127 -
CMYK 0.89 0.44 0 0.50
HSL 209.73º 0.8% 0.28% -
HSV(B) 209.73º 0.89% 0.5% -
XYZ 6.27 6.13 20.93 -
YUV 60.34 165.62 94.95 -
System Red Green Blue C M Y K H S L
Decimal 14 71 127 0.89 0.44 0 0.50 209.73 0.8 0.28
Hex E 47 7F 59 2C 0 32 D2 50 1C
Octal 16 107 177 131 54 0 62 322 120 34
Binary 1110 1000111 1111111 1011001 101100 0 110010 11010010 1010000 11100

Color Harmonies of #0E477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E477F

Black with #0E477F

Text Example


Text Example

White with #0E477F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,71,127); }

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

background-color css

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

 a { background-color: rgb(14,71,127); }

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

border-color css

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

 span { border-color: rgb(14,71,127); }

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