Html Css Color HEX #004680 Dark Cerulean

📋 copy color: '#004680'

red 0 ◦ green 70 ◦ blue 128

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

Shades of Dark Cerulean #004680

Tints of Dark Cerulean #004680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.35%

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

R = 0%
G = 35.35%
B = 64.65%

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

#004680 (or 0x004680) is known color: Dark Cerulean. HEX triplet: 00, 46 and 80. RGB value is (0,70,128). Sum of RGB (Red+Green+Blue) = 0+70+128=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 128 (50.39% from 255 or 64.65% from 198); Max value from RGB is 128 - color contains mainly: blue. Hex color #004680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004680 is #FFB97F. Grayscale: #373737. Windows color (decimal): -16759168 or 8406528. OLE color: 8406528.

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

Color convert

RGB 0 70 128 -
CMYK 1 0.45 0 0.50
HSL 207.19º 1% 0.25% -
HSV(B) 207.19º 1% 0.5% -
XYZ 6.09 5.94 21.25 -
YUV 55.68 168.81 88.28 -
System Red Green Blue C M Y K H S L
Decimal 0 70 128 1 0.45 0 0.50 207.19 1 0.25
Hex 0 46 80 64 2D 0 32 CF 64 19
Octal 0 106 200 144 55 0 62 317 144 31
Binary 0 1000110 10000000 1100100 101101 0 110010 11001111 1100100 11001

Color Harmonies of #004680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004680

Black with #004680

Text Example


Text Example

White with #004680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004680; }

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

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

background-color css

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

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

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

border-color css

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

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

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