#003DA5

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

Shades of Cobalt #003DA5

Tints of Cobalt #003DA5

Color information

#003DA5 (or 0x003DA5) is unknown color: approx Cobalt. HEX triplet: 00, 3D and A5. RGB value is (0,61,165). Sum of RGB (Red+Green+Blue) = 0+61+165=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 165 (64.84% from 255 or 73.01% from 226); Max value from RGB is 165 - color contains mainly: blue. Hex color #003DA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003DA5 is #FFC25A. Grayscale: #363636. Windows color (decimal): -16761435 or 10829056. OLE color: 10829056.

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

Color convert

RGB061165-
CMYK10.6300.35
HSL217.82º100%32.35%-
HSV(B)217.82º100%64.71%-
XYZ8.466.0536.32-
YUV54.62190.2989.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 61 (24.22% from 255) = 26.99%
BLUE value IS 165 (64.84% from 255) = 73.01%
R=0%
G=26.99%
B=73.01%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal06116510.6300.35217.8210032.35
Hex03DA5643F023da6420
Octal0752451447704333214440
Binary01111011010010111001001111110100011110110101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,61,165); }

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

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

 a { background-color: rgb(0,61,165); }

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

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

 span { border-color: rgb(0,61,165); }

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