#003CBA

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

Shades of Cobalt #003CBA

Tints of Cobalt #003CBA

Color information

#003CBA (or 0x003CBA) is unknown color: approx Cobalt. HEX triplet: 00, 3C and BA. RGB value is (0,60,186). Sum of RGB (Red+Green+Blue) = 0+60+186=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 186 (73.05% from 255 or 75.61% from 246); Max value from RGB is 186 - color contains mainly: blue. Hex color #003CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003CBA is #FFC345. Grayscale: #373737. Windows color (decimal): -16761670 or 12205056. OLE color: 12205056.

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

Color convert

RGB060186-
CMYK10.6800.27
HSL220.65º100%36.47%-
HSV(B)220.65º100%72.94%-
XYZ10.486.7847.21-
YUV56.42201.1287.75-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 60 (23.83% from 255) = 24.39%
BLUE value IS 186 (73.05% from 255) = 75.61%
R=0%
G=24.39%
B=75.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal06018610.6800.27220.6510036.47
Hex03CBA644401Bdd6424
Octal07427214410403333514444
Binary01111001011101011001001000100011011110111011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003CBA; }

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

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

<style>
 a { background-color: #003CBA; }

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

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

<style>
 span { border-color: #003CBA; }

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

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