Html Css Color HEX #004CB0 Cobalt

📋 copy color: '#004CB0'

red 0 ◦ green 76 ◦ blue 176

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

Shades of Cobalt #004CB0

Tints of Cobalt #004CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 69.84%

R = 0%
G = 30.16%
B = 69.84%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#004CB0 (or 0x004CB0) is known color: Cobalt. HEX triplet: 00, 4C and B0. RGB value is (0,76,176). Sum of RGB (Red+Green+Blue) = 0+76+176=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 176 (69.14% from 255 or 69.84% from 252); Max value from RGB is 176 - color contains mainly: blue. Hex color #004CB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004CB0 is #FFB34F. Grayscale: #404040. Windows color (decimal): -16757584 or 11553792. OLE color: 11553792.

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

Color convert

RGB 0 76 176 -
CMYK 1 0.57 0 0.31
HSL 214.09º 1% 0.35% -
HSV(B) 214.09º 1% 0.69% -
XYZ 10.42 8.3 42.13 -
YUV 64.68 190.82 81.87 -
System Red Green Blue C M Y K H S L
Decimal 0 76 176 1 0.57 0 0.31 214.09 1 0.35
Hex 0 4C B0 64 39 0 1F D6 64 23
Octal 0 114 260 144 71 0 37 326 144 43
Binary 0 1001100 10110000 1100100 111001 0 11111 11010110 1100100 100011

Color Harmonies of #004CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004CB0

Black with #004CB0

Text Example


Text Example

White with #004CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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