Html Css Color HEX #004A82 Dark Cerulean

📋 copy color: '#004A82'

red 0 ◦ green 74 ◦ blue 130

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

Shades of Dark Cerulean #004A82

Tints of Dark Cerulean #004A82

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.27%

 BLUE value IS 130 (51.17% from 255) = 63.73%

R = 0%
G = 36.27%
B = 63.73%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#004A82 (or 0x004A82) is known color: Dark Cerulean. HEX triplet: 00, 4A and 82. RGB value is (0,74,130). Sum of RGB (Red+Green+Blue) = 0+74+130=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 130 (51.17% from 255 or 63.73% from 204); Max value from RGB is 130 - color contains mainly: blue. Hex color #004A82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004A82 is #FFB57D. Grayscale: #393939. Windows color (decimal): -16758142 or 8538624. OLE color: 8538624.

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

Color convert

RGB 0 74 130 -
CMYK 1 0.43 0 0.49
HSL 205.85º 1% 0.25% -
HSV(B) 205.85º 1% 0.51% -
XYZ 6.48 6.51 22.03 -
YUV 58.26 168.48 86.45 -
System Red Green Blue C M Y K H S L
Decimal 0 74 130 1 0.43 0 0.49 205.85 1 0.25
Hex 0 4A 82 64 2B 0 31 CE 64 19
Octal 0 112 202 144 53 0 61 316 144 31
Binary 0 1001010 10000010 1100100 101011 0 110001 11001110 1100100 11001

Color Harmonies of #004A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004A82

Black with #004A82

Text Example


Text Example

White with #004A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,74,130); }

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

background-color css

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

 a { background-color: rgb(0,74,130); }

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

border-color css

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

 span { border-color: rgb(0,74,130); }

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