#033CAD

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

Shades of Cobalt #033CAD

Tints of Cobalt #033CAD

Color information

#033CAD (or 0x033CAD) is unknown color: approx Cobalt. HEX triplet: 03, 3C and AD. RGB value is (3,60,173). Sum of RGB (Red+Green+Blue) = 3+60+173=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 173 (67.97% from 255 or 73.31% from 236); Max value from RGB is 173 - color contains mainly: blue. Hex color #033CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033CAD is #FCC352. Grayscale: #373737. Windows color (decimal): -16565075 or 11353091. OLE color: 11353091.

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

Color convert

RGB360173-
CMYK0.980.6500.32
HSL219.88º96.59%34.51%-
HSV(B)219.88º98.27%67.84%-
XYZ9.26.2740.26-
YUV55.84194.1290.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.27%
GREEN value IS 60 (23.83% from 255) = 25.42%
BLUE value IS 173 (67.97% from 255) = 73.31%
R=1.27%
G=25.42%
B=73.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3601730.980.6500.32219.8896.5934.51
Hex33CAD6241020dc6123
Octal37425514210104033414143
Binary1111110010101101110001010000010100000110111001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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