Html Css Color HEX #004CBD Cobalt

📋 copy color: '#004CBD'

red 0 ◦ green 76 ◦ blue 189

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

Shades of Cobalt #004CBD

Tints of Cobalt #004CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 71.32%

R = 0%
G = 28.68%
B = 71.32%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#004CBD (or 0x004CBD) is known color: Cobalt. HEX triplet: 00, 4C and BD. RGB value is (0,76,189). Sum of RGB (Red+Green+Blue) = 0+76+189=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 189 (74.22% from 255 or 71.32% from 265); Max value from RGB is 189 - color contains mainly: blue. Hex color #004CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004CBD is #FFB342. Grayscale: #414141. Windows color (decimal): -16757571 or 12405760. OLE color: 12405760.

HSL color Cylindrical-coordinate representation of color #004CBD: hue angle of 215.87º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004CBD is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 76 189 -
CMYK 1 0.60 0 0.26
HSL 215.87º 1% 0.37% -
HSV(B) 215.87º 1% 0.74% -
XYZ 11.77 8.84 49.23 -
YUV 66.16 197.32 80.81 -
System Red Green Blue C M Y K H S L
Decimal 0 76 189 1 0.60 0 0.26 215.87 1 0.37
Hex 0 4C BD 64 3C 0 1A D8 64 25
Octal 0 114 275 144 74 0 32 330 144 45
Binary 0 1001100 10111101 1100100 111100 0 11010 11011000 1100100 100101

Color Harmonies of #004CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004CBD

Black with #004CBD

Text Example


Text Example

White with #004CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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