Html Css Color HEX #013FAC Cobalt

📋 copy color: '#013FAC'

red 1 ◦ green 63 ◦ blue 172

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

Shades of Cobalt #013FAC

Tints of Cobalt #013FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 72.88%

R = 0.42%
G = 26.69%
B = 72.88%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#013FAC (or 0x013FAC) is known color: Cobalt. HEX triplet: 01, 3F and AC. RGB value is (1,63,172). Sum of RGB (Red+Green+Blue) = 1+63+172=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 172 (67.58% from 255 or 72.88% from 236); Max value from RGB is 172 - color contains mainly: blue. Hex color #013FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013FAC is #FEC053. Grayscale: #383838. Windows color (decimal): -16695380 or 11288321. OLE color: 11288321.

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

Color convert

RGB 1 63 172 -
CMYK 0.99 0.63 0 0.33
HSL 218.25º 0.99% 0.34% -
HSV(B) 218.25º 0.99% 0.67% -
XYZ 9.24 6.54 39.81 -
YUV 56.89 192.96 88.14 -
System Red Green Blue C M Y K H S L
Decimal 1 63 172 0.99 0.63 0 0.33 218.25 0.99 0.34
Hex 1 3F AC 63 3F 0 21 DA 63 22
Octal 1 77 254 143 77 0 41 332 143 42
Binary 1 111111 10101100 1100011 111111 0 100001 11011010 1100011 100010

Color Harmonies of #013FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013FAC

Black with #013FAC

Text Example


Text Example

White with #013FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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