#003CAD

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

Shades of Cobalt #003CAD

Tints of Cobalt #003CAD

Color information

#003CAD (or 0x003CAD) is unknown color: approx Cobalt. HEX triplet: 00, 3C and AD. RGB value is (0,60,173). Sum of RGB (Red+Green+Blue) = 0+60+173=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 173 (67.97% from 255 or 74.25% from 233); Max value from RGB is 173 - color contains mainly: blue. Hex color #003CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003CAD is #FFC352. Grayscale: #363636. Windows color (decimal): -16761683 or 11353088. OLE color: 11353088.

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

Color convert

RGB060173-
CMYK10.6500.32
HSL219.19º100%33.92%-
HSV(B)219.19º100%67.84%-
XYZ9.166.2540.26-
YUV54.94194.6288.81-

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) = 25.75%
BLUE value IS 173 (67.97% from 255) = 74.25%
R=0%
G=25.75%
B=74.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal06017310.6500.32219.1910033.92
Hex03CAD6441020db6422
Octal07425514410104033314442
Binary011110010101101110010010000010100000110110111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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