#004BBB

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

Shades of Cobalt #004BBB

Tints of Cobalt #004BBB

Color information

#004BBB (or 0x004BBB) is unknown color: approx Cobalt. HEX triplet: 00, 4B and BB. RGB value is (0,75,187). Sum of RGB (Red+Green+Blue) = 0+75+187=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 187 (73.44% from 255 or 71.37% from 262); Max value from RGB is 187 - color contains mainly: blue. Hex color #004BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004BBB is #FFB444. Grayscale: #404040. Windows color (decimal): -16757829 or 12274432. OLE color: 12274432.

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

Color convert

RGB075187-
CMYK10.6000.27
HSL215.94º100%36.67%-
HSV(B)215.94º100%73.33%-
XYZ11.498.6248.07-
YUV65.34196.6581.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 75 (29.69% from 255) = 28.63%
BLUE value IS 187 (73.44% from 255) = 71.37%
R=0%
G=28.63%
B=71.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal07518710.6000.27215.9410036.67
Hex04BBB643C01Bd86425
Octal01132731447403333014445
Binary01001011101110111100100111100011011110110001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #004BBB;
 }
 .AnyTagClassName
 {
   color: #004BBB;
 }
</style>
background-color css

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

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

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

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

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

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