#004FBA

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

Shades of Cobalt #004FBA

Tints of Cobalt #004FBA

Color information

#004FBA (or 0x004FBA) is unknown color: approx Cobalt. HEX triplet: 00, 4F and BA. RGB value is (0,79,186). Sum of RGB (Red+Green+Blue) = 0+79+186=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #004FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004FBA is #FFB045. Grayscale: #434343. Windows color (decimal): -16756806 or 12209920. OLE color: 12209920.

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

Color convert

RGB079186-
CMYK10.5800.27
HSL214.52º100%36.47%-
HSV(B)214.52º100%72.94%-
XYZ11.669.1447.6-
YUV67.58194.8379.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 79 (31.25% from 255) = 29.81%
BLUE value IS 186 (73.05% from 255) = 70.19%
R=0%
G=29.81%
B=70.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal07918610.5800.27214.5210036.47
Hex04FBA643A01Bd76424
Octal01172721447203332714444
Binary01001111101110101100100111010011011110101111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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