Html Css Color HEX #004CBB Cobalt

📋 copy color: '#004CBB'

red 0 ◦ green 76 ◦ blue 187

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

Shades of Cobalt #004CBB

Tints of Cobalt #004CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 71.1%

R = 0%
G = 28.9%
B = 71.1%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#004CBB (or 0x004CBB) is known color: Cobalt. HEX triplet: 00, 4C and BB. RGB value is (0,76,187). Sum of RGB (Red+Green+Blue) = 0+76+187=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 187 (73.44% from 255 or 71.10% from 263); Max value from RGB is 187 - color contains mainly: blue. Hex color #004CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004CBB is #FFB344. Grayscale: #414141. Windows color (decimal): -16757573 or 12274688. OLE color: 12274688.

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

Color convert

RGB 0 76 187 -
CMYK 1 0.59 0 0.27
HSL 215.62º 1% 0.37% -
HSV(B) 215.62º 1% 0.73% -
XYZ 11.55 8.76 48.09 -
YUV 65.93 196.32 80.97 -
System Red Green Blue C M Y K H S L
Decimal 0 76 187 1 0.59 0 0.27 215.62 1 0.37
Hex 0 4C BB 64 3B 0 1B D8 64 25
Octal 0 114 273 144 73 0 33 330 144 45
Binary 0 1001100 10111011 1100100 111011 0 11011 11011000 1100100 100101

Color Harmonies of #004CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004CBB

Black with #004CBB

Text Example


Text Example

White with #004CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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