Html Css Color HEX #003DAD Cobalt

📋 copy color: '#003DAD'

red 0 ◦ green 61 ◦ blue 173

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

Shades of Cobalt #003DAD

Tints of Cobalt #003DAD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 61 (24.22% from 255) = 26.07%

 BLUE value IS 173 (67.97% from 255) = 73.93%

R = 0%
G = 26.07%
B = 73.93%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#003DAD (or 0x003DAD) is known color: Cobalt. HEX triplet: 00, 3D and AD. RGB value is (0,61,173). Sum of RGB (Red+Green+Blue) = 0+61+173=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 173 (67.97% from 255 or 73.93% from 234); Max value from RGB is 173 - color contains mainly: blue. Hex color #003DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003DAD is #FFC252. Grayscale: #373737. Windows color (decimal): -16761427 or 11353344. OLE color: 11353344.

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

Color convert

RGB 0 61 173 -
CMYK 1 0.65 0 0.32
HSL 218.84º 1% 0.34% -
HSV(B) 218.84º 1% 0.68% -
XYZ 9.21 6.35 40.28 -
YUV 55.53 194.29 88.39 -
System Red Green Blue C M Y K H S L
Decimal 0 61 173 1 0.65 0 0.32 218.84 1 0.34
Hex 0 3D AD 64 41 0 20 DB 64 22
Octal 0 75 255 144 101 0 40 333 144 42
Binary 0 111101 10101101 1100100 1000001 0 100000 11011011 1100100 100010

Color Harmonies of #003DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003DAD

Black with #003DAD

Text Example


Text Example

White with #003DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #003DAD;
 }
 .AnyTagClassName
 {
   color: #003DAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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