Html Css Color HEX #003DA8 Cobalt

📋 copy color: '#003DA8'

red 0 ◦ green 61 ◦ blue 168

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

Shades of Cobalt #003DA8

Tints of Cobalt #003DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 73.36%

R = 0%
G = 26.64%
B = 73.36%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#003DA8 (or 0x003DA8) is known color: Cobalt. HEX triplet: 00, 3D and A8. RGB value is (0,61,168). Sum of RGB (Red+Green+Blue) = 0+61+168=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 168 (66.02% from 255 or 73.36% from 229); Max value from RGB is 168 - color contains mainly: blue. Hex color #003DA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003DA8 is #FFC257. Grayscale: #363636. Windows color (decimal): -16761432 or 11025664. OLE color: 11025664.

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

Color convert

RGB 0 61 168 -
CMYK 1 0.64 0 0.34
HSL 218.21º 1% 0.33% -
HSV(B) 218.21º 1% 0.66% -
XYZ 8.74 6.16 37.78 -
YUV 54.96 191.79 88.8 -
System Red Green Blue C M Y K H S L
Decimal 0 61 168 1 0.64 0 0.34 218.21 1 0.33
Hex 0 3D A8 64 40 0 22 DA 64 21
Octal 0 75 250 144 100 0 42 332 144 41
Binary 0 111101 10101000 1100100 1000000 0 100010 11011010 1100100 100001

Color Harmonies of #003DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003DA8

Black with #003DA8

Text Example


Text Example

White with #003DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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