Html Css Color HEX #004980 Dark Cerulean

📋 copy color: '#004980'

red 0 ◦ green 73 ◦ blue 128

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

Shades of Dark Cerulean #004980

Tints of Dark Cerulean #004980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.32%

 BLUE value IS 128 (50.39% from 255) = 63.68%

R = 0%
G = 36.32%
B = 63.68%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#004980 (or 0x004980) is known color: Dark Cerulean. HEX triplet: 00, 49 and 80. RGB value is (0,73,128). Sum of RGB (Red+Green+Blue) = 0+73+128=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 128 (50.39% from 255 or 63.68% from 201); Max value from RGB is 128 - color contains mainly: blue. Hex color #004980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004980 is #FFB67F. Grayscale: #393939. Windows color (decimal): -16758400 or 8407296. OLE color: 8407296.

HSL color Cylindrical-coordinate representation of color #004980: hue angle of 205.78º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004980 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 73 128 -
CMYK 1 0.43 0 0.50
HSL 205.78º 1% 0.25% -
HSV(B) 205.78º 1% 0.5% -
XYZ 6.28 6.32 21.31 -
YUV 57.44 167.82 87.03 -
System Red Green Blue C M Y K H S L
Decimal 0 73 128 1 0.43 0 0.50 205.78 1 0.25
Hex 0 49 80 64 2B 0 32 CE 64 19
Octal 0 111 200 144 53 0 62 316 144 31
Binary 0 1001001 10000000 1100100 101011 0 110010 11001110 1100100 11001

Color Harmonies of #004980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004980

Black with #004980

Text Example


Text Example

White with #004980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004980; }

 p { color: rgb(0,73,128); }

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

background-color css

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

 a { background-color: rgb(0,73,128); }

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

border-color css

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

 span { border-color: rgb(0,73,128); }

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