#003CAE

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

Shades of Cobalt #003CAE

Tints of Cobalt #003CAE

Color information

#003CAE (or 0x003CAE) is unknown color: approx Cobalt. HEX triplet: 00, 3C and AE. RGB value is (0,60,174). Sum of RGB (Red+Green+Blue) = 0+60+174=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 174 (68.36% from 255 or 74.36% from 234); Max value from RGB is 174 - color contains mainly: blue. Hex color #003CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003CAE is #FFC351. Grayscale: #363636. Windows color (decimal): -16761682 or 11418624. OLE color: 11418624.

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

Color convert

RGB060174-
CMYK10.6600.32
HSL219.31º100%34.12%-
HSV(B)219.31º100%68.24%-
XYZ9.266.2940.77-
YUV55.06195.1288.73-

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.64%
BLUE value IS 174 (68.36% from 255) = 74.36%
R=0%
G=25.64%
B=74.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal06017410.6600.32219.3110034.12
Hex03CAE6442020db6422
Octal07425614410204033314442
Binary011110010101110110010010000100100000110110111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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