#004CBB

Color #004CBB Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #004CBB

Tints of Cobalt #004CBB

Color information

#004CBB (or 0x004CBB) is unknown color: approx 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

RGB076187-
CMYK10.5900.27
HSL215.61º100%36.67%-
HSV(B)215.61º100%73.33%-
XYZ11.558.7648.09-
YUV65.93196.3280.97-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 76 (30.08% from 255) = 28.90%
BLUE value IS 187 (73.44% from 255) = 71.10%
R=0%
G=28.90%
B=71.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal07618710.5900.27215.6110036.67
Hex04CBB643B01Bd86425
Octal01142731447303333014445
Binary01001100101110111100100111011011011110110001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>