Html Css Color HEX #013DA4 Cobalt

📋 copy color: '#013DA4'

red 1 ◦ green 61 ◦ blue 164

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

Shades of Cobalt #013DA4

Tints of Cobalt #013DA4

RGB

 RED value IS 1 (0.78% from 255) = 0.44%

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

 BLUE value IS 164 (64.45% from 255) = 72.57%

R = 0.44%
G = 26.99%
B = 72.57%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#013DA4 (or 0x013DA4) is known color: Cobalt. HEX triplet: 01, 3D and A4. RGB value is (1,61,164). Sum of RGB (Red+Green+Blue) = 1+61+164=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 164 (64.45% from 255 or 72.57% from 226); Max value from RGB is 164 - color contains mainly: blue. Hex color #013DA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013DA4 is #FEC25B. Grayscale: #363636. Windows color (decimal): -16695900 or 10763521. OLE color: 10763521.

HSL color Cylindrical-coordinate representation of color #013DA4: hue angle of 217.91º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013DA4 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 1 61 164 -
CMYK 0.99 0.63 0 0.36
HSL 217.91º 0.99% 0.32% -
HSV(B) 217.91º 0.99% 0.64% -
XYZ 8.38 6.02 35.84 -
YUV 54.8 189.62 89.62 -
System Red Green Blue C M Y K H S L
Decimal 1 61 164 0.99 0.63 0 0.36 217.91 0.99 0.32
Hex 1 3D A4 63 3F 0 24 DA 63 20
Octal 1 75 244 143 77 0 44 332 143 40
Binary 1 111101 10100100 1100011 111111 0 100100 11011010 1100011 100000

Color Harmonies of #013DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013DA4

Black with #013DA4

Text Example


Text Example

White with #013DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013DA4; }

 p { color: rgb(1,61,164); }

 H1.HeaderClassName
 {
   color: #013DA4;
 }
 .AnyTagClassName
 {
   color: #013DA4;
 }
</style>

background-color css

<style>
 a { background-color: #013DA4; }

 a { background-color: rgb(1,61,164); }

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

border-color css

<style>
 span { border-color: #013DA4; }

 span { border-color: rgb(1,61,164); }

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