#004BBA

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

Shades of Cobalt #004BBA

Tints of Cobalt #004BBA

Color information

#004BBA (or 0x004BBA) is unknown color: approx Cobalt. HEX triplet: 00, 4B and BA. RGB value is (0,75,186). Sum of RGB (Red+Green+Blue) = 0+75+186=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #004BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004BBA is #FFB445. Grayscale: #404040. Windows color (decimal): -16757830 or 12208896. OLE color: 12208896.

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

Color convert

RGB075186-
CMYK10.6000.27
HSL215.81º100%36.47%-
HSV(B)215.81º100%72.94%-
XYZ11.388.5847.51-
YUV65.23196.1581.47-

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.74%
BLUE value IS 186 (73.05% from 255) = 71.26%
R=0%
G=28.74%
B=71.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal07518610.6000.27215.8110036.47
Hex04BBA643C01Bd86424
Octal01132721447403333014444
Binary01001011101110101100100111100011011110110001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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