Html Css Color HEX #003DA5 Cobalt

📋 copy color: '#003DA5'

red 0 ◦ green 61 ◦ blue 165

#003DA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #003DA5

Tints of Cobalt #003DA5

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 value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#003DA5 (or 0x003DA5) is known color: 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

RGB 0 61 165 -
CMYK 1 0.63 0 0.35
HSL 217.82º 1% 0.32% -
HSV(B) 217.82º 1% 0.65% -
XYZ 8.46 6.05 36.32 -
YUV 54.62 190.29 89.04 -
System Red Green Blue C M Y K H S L
Decimal 0 61 165 1 0.63 0 0.35 217.82 1 0.32
Hex 0 3D A5 64 3F 0 23 DA 64 20
Octal 0 75 245 144 77 0 43 332 144 40
Binary 0 111101 10100101 1100100 111111 0 100011 11011010 1100100 100000

Color Harmonies of #003DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003DA5

Black with #003DA5

Text Example


Text Example

White with #003DA5

Text Example


Text Example

HTML Codes & Css Web 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>