Html Css Color HEX #004CBC Cobalt

📋 copy color: '#004CBC'

red 0 ◦ green 76 ◦ blue 188

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

Shades of Cobalt #004CBC

Tints of Cobalt #004CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 71.21%

R = 0%
G = 28.79%
B = 71.21%

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

#004CBC (or 0x004CBC) is known color: Cobalt. HEX triplet: 00, 4C and BC. RGB value is (0,76,188). Sum of RGB (Red+Green+Blue) = 0+76+188=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #004CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004CBC is #FFB343. Grayscale: #414141. Windows color (decimal): -16757572 or 12340224. OLE color: 12340224.

HSL color Cylindrical-coordinate representation of color #004CBC: hue angle of 215.74º 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 #004CBC is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 76 188 -
CMYK 1 0.60 0 0.26
HSL 215.74º 1% 0.37% -
HSV(B) 215.74º 1% 0.74% -
XYZ 11.66 8.8 48.66 -
YUV 66.04 196.82 80.89 -
System Red Green Blue C M Y K H S L
Decimal 0 76 188 1 0.60 0 0.26 215.74 1 0.37
Hex 0 4C BC 64 3C 0 1A D8 64 25
Octal 0 114 274 144 74 0 32 330 144 45
Binary 0 1001100 10111100 1100100 111100 0 11010 11011000 1100100 100101

Color Harmonies of #004CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004CBC

Black with #004CBC

Text Example


Text Example

White with #004CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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