Html Css Color HEX #013FAB Cobalt

📋 copy color: '#013FAB'

red 1 ◦ green 63 ◦ blue 171

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

Shades of Cobalt #013FAB

Tints of Cobalt #013FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 72.77%

R = 0.43%
G = 26.81%
B = 72.77%

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

#013FAB (or 0x013FAB) is known color: Cobalt. HEX triplet: 01, 3F and AB. RGB value is (1,63,171). Sum of RGB (Red+Green+Blue) = 1+63+171=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 171 (67.19% from 255 or 72.77% from 235); Max value from RGB is 171 - color contains mainly: blue. Hex color #013FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013FAB is #FEC054. Grayscale: #383838. Windows color (decimal): -16695381 or 11222785. OLE color: 11222785.

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

Color convert

RGB 1 63 171 -
CMYK 0.99 0.63 0 0.33
HSL 218.12º 0.99% 0.34% -
HSV(B) 218.12º 0.99% 0.67% -
XYZ 9.14 6.5 39.3 -
YUV 56.77 192.46 88.22 -
System Red Green Blue C M Y K H S L
Decimal 1 63 171 0.99 0.63 0 0.33 218.12 0.99 0.34
Hex 1 3F AB 63 3F 0 21 DA 63 22
Octal 1 77 253 143 77 0 41 332 143 42
Binary 1 111111 10101011 1100011 111111 0 100001 11011010 1100011 100010

Color Harmonies of #013FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013FAB

Black with #013FAB

Text Example


Text Example

White with #013FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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