Html Css Color HEX #004CB4 Cobalt

📋 copy color: '#004CB4'

red 0 ◦ green 76 ◦ blue 180

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

Shades of Cobalt #004CB4

Tints of Cobalt #004CB4

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.69%

 BLUE value IS 180 (70.7% from 255) = 70.31%

R = 0%
G = 29.69%
B = 70.31%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#004CB4 (or 0x004CB4) is known color: Cobalt. HEX triplet: 00, 4C and B4. RGB value is (0,76,180). Sum of RGB (Red+Green+Blue) = 0+76+180=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 180 (70.70% from 255 or 70.31% from 256); Max value from RGB is 180 - color contains mainly: blue. Hex color #004CB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004CB4 is #FFB34B. Grayscale: #404040. Windows color (decimal): -16757580 or 11815936. OLE color: 11815936.

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

Color convert

RGB 0 76 180 -
CMYK 1 0.58 0 0.29
HSL 214.67º 1% 0.35% -
HSV(B) 214.67º 1% 0.71% -
XYZ 10.82 8.46 44.24 -
YUV 65.13 192.82 81.54 -
System Red Green Blue C M Y K H S L
Decimal 0 76 180 1 0.58 0 0.29 214.67 1 0.35
Hex 0 4C B4 64 3A 0 1D D7 64 23
Octal 0 114 264 144 72 0 35 327 144 43
Binary 0 1001100 10110100 1100100 111010 0 11101 11010111 1100100 100011

Color Harmonies of #004CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004CB4

Black with #004CB4

Text Example


Text Example

White with #004CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,76,180); }

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

background-color css

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

 a { background-color: rgb(0,76,180); }

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

border-color css

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

 span { border-color: rgb(0,76,180); }

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