#033CBA

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

Shades of Cobalt #033CBA

Tints of Cobalt #033CBA

Color information

#033CBA (or 0x033CBA) is unknown color: approx Cobalt. HEX triplet: 03, 3C and BA. RGB value is (3,60,186). Sum of RGB (Red+Green+Blue) = 3+60+186=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 186 (73.05% from 255 or 74.70% from 249); Max value from RGB is 186 - color contains mainly: blue. Hex color #033CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033CBA is #FCC345. Grayscale: #383838. Windows color (decimal): -16565062 or 12205059. OLE color: 12205059.

HSL color Cylindrical-coordinate representation of color #033CBA: hue angle of 221.31º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033CBA is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB360186-
CMYK0.980.6800.27
HSL221.31º96.83%37.06%-
HSV(B)221.31º98.39%72.94%-
XYZ10.526.847.21-
YUV57.32200.6289.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.20%
GREEN value IS 60 (23.83% from 255) = 24.10%
BLUE value IS 186 (73.05% from 255) = 74.70%
R=1.20%
G=24.10%
B=74.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3601860.980.6800.27221.3196.8337.06
Hex33CBA624401Bdd6125
Octal37427214210403333514145
Binary111111001011101011000101000100011011110111011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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