Html Css Color HEX #004D92 Dark Cerulean

📋 copy color: '#004D92'

red 0 ◦ green 77 ◦ blue 146

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

Shades of Dark Cerulean #004D92

Tints of Dark Cerulean #004D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 65.47%

R = 0%
G = 34.53%
B = 65.47%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#004D92 (or 0x004D92) is known color: Dark Cerulean. HEX triplet: 00, 4D and 92. RGB value is (0,77,146). Sum of RGB (Red+Green+Blue) = 0+77+146=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 146 (57.42% from 255 or 65.47% from 223); Max value from RGB is 146 - color contains mainly: blue. Hex color #004D92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004D92 is #FFB26D. Grayscale: #3D3D3D. Windows color (decimal): -16757358 or 9587968. OLE color: 9587968.

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

Color convert

RGB 0 77 146 -
CMYK 1 0.47 0 0.43
HSL 208.36º 1% 0.29% -
HSV(B) 208.36º 1% 0.57% -
XYZ 7.84 7.38 28.21 -
YUV 61.84 175.49 83.89 -
System Red Green Blue C M Y K H S L
Decimal 0 77 146 1 0.47 0 0.43 208.36 1 0.29
Hex 0 4D 92 64 2F 0 2B D0 64 1D
Octal 0 115 222 144 57 0 53 320 144 35
Binary 0 1001101 10010010 1100100 101111 0 101011 11010000 1100100 11101

Color Harmonies of #004D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004D92

Black with #004D92

Text Example


Text Example

White with #004D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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