Html Css Color HEX #004D86 Dark Cerulean

📋 copy color: '#004D86'

red 0 ◦ green 77 ◦ blue 134

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

Shades of Dark Cerulean #004D86

Tints of Dark Cerulean #004D86

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 77 (30.47% from 255) = 36.49%

 BLUE value IS 134 (52.73% from 255) = 63.51%

R = 0%
G = 36.49%
B = 63.51%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#004D86 (or 0x004D86) is known color: Dark Cerulean. HEX triplet: 00, 4D and 86. RGB value is (0,77,134). Sum of RGB (Red+Green+Blue) = 0+77+134=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 134 (52.73% from 255 or 63.51% from 211); Max value from RGB is 134 - color contains mainly: blue. Hex color #004D86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004D86 is #FFB279. Grayscale: #3C3C3C. Windows color (decimal): -16757370 or 8801536. OLE color: 8801536.

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

Color convert

RGB 0 77 134 -
CMYK 1 0.43 0 0.47
HSL 205.52º 1% 0.26% -
HSV(B) 205.52º 1% 0.53% -
XYZ 6.96 7.03 23.54 -
YUV 60.48 169.49 84.87 -
System Red Green Blue C M Y K H S L
Decimal 0 77 134 1 0.43 0 0.47 205.52 1 0.26
Hex 0 4D 86 64 2B 0 2F CE 64 1A
Octal 0 115 206 144 53 0 57 316 144 32
Binary 0 1001101 10000110 1100100 101011 0 101111 11001110 1100100 11010

Color Harmonies of #004D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004D86

Black with #004D86

Text Example


Text Example

White with #004D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004D86; }

 p { color: rgb(0,77,134); }

 H1.HeaderClassName
 {
   color: #004D86;
 }
 .AnyTagClassName
 {
   color: #004D86;
 }
</style>

background-color css

<style>
 a { background-color: #004D86; }

 a { background-color: rgb(0,77,134); }

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

border-color css

<style>
 span { border-color: #004D86; }

 span { border-color: rgb(0,77,134); }

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