Html Css Color HEX #004780 Dark Cerulean

📋 copy color: '#004780'

red 0 ◦ green 71 ◦ blue 128

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

Shades of Dark Cerulean #004780

Tints of Dark Cerulean #004780

RGB

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

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

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

R = 0%
G = 35.68%
B = 64.32%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#004780 (or 0x004780) is known color: Dark Cerulean. HEX triplet: 00, 47 and 80. RGB value is (0,71,128). Sum of RGB (Red+Green+Blue) = 0+71+128=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 128 (50.39% from 255 or 64.32% from 199); Max value from RGB is 128 - color contains mainly: blue. Hex color #004780 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004780 is #FFB87F. Grayscale: #373737. Windows color (decimal): -16758912 or 8406784. OLE color: 8406784.

HSL color Cylindrical-coordinate representation of color #004780: hue angle of 206.72º 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 #004780 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 71 128 -
CMYK 1 0.45 0 0.50
HSL 206.72º 1% 0.25% -
HSV(B) 206.72º 1% 0.5% -
XYZ 6.15 6.06 21.27 -
YUV 56.27 168.48 87.87 -
System Red Green Blue C M Y K H S L
Decimal 0 71 128 1 0.45 0 0.50 206.72 1 0.25
Hex 0 47 80 64 2D 0 32 CF 64 19
Octal 0 107 200 144 55 0 62 317 144 31
Binary 0 1000111 10000000 1100100 101101 0 110010 11001111 1100100 11001

Color Harmonies of #004780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004780

Black with #004780

Text Example


Text Example

White with #004780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004780; }

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

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

background-color css

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

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

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

border-color css

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

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

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