Html Css Color HEX #013FA4 Cobalt

📋 copy color: '#013FA4'

red 1 ◦ green 63 ◦ blue 164

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

Shades of Cobalt #013FA4

Tints of Cobalt #013FA4

RGB

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

 GREEN value IS 63 (25% from 255) = 27.63%

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

R = 0.44%
G = 27.63%
B = 71.93%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#013FA4 (or 0x013FA4) is known color: Cobalt. HEX triplet: 01, 3F and A4. RGB value is (1,63,164). Sum of RGB (Red+Green+Blue) = 1+63+164=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 164 (64.45% from 255 or 71.93% from 228); Max value from RGB is 164 - color contains mainly: blue. Hex color #013FA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013FA4 is #FEC05B. Grayscale: #373737. Windows color (decimal): -16695388 or 10764033. OLE color: 10764033.

HSL color Cylindrical-coordinate representation of color #013FA4: hue angle of 217.18º 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 #013FA4 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 1 63 164 -
CMYK 0.99 0.62 0 0.36
HSL 217.18º 0.99% 0.32% -
HSV(B) 217.18º 0.99% 0.64% -
XYZ 8.49 6.24 35.88 -
YUV 55.98 188.96 88.79 -
System Red Green Blue C M Y K H S L
Decimal 1 63 164 0.99 0.62 0 0.36 217.18 0.99 0.32
Hex 1 3F A4 63 3E 0 24 D9 63 20
Octal 1 77 244 143 76 0 44 331 143 40
Binary 1 111111 10100100 1100011 111110 0 100100 11011001 1100011 100000

Color Harmonies of #013FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013FA4

Black with #013FA4

Text Example


Text Example

White with #013FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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