Html Css Color HEX #013FA6 Cobalt

📋 copy color: '#013FA6'

red 1 ◦ green 63 ◦ blue 166

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

Shades of Cobalt #013FA6

Tints of Cobalt #013FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 72.17%

R = 0.43%
G = 27.39%
B = 72.17%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#013FA6 (or 0x013FA6) is known color: Cobalt. HEX triplet: 01, 3F and A6. RGB value is (1,63,166). Sum of RGB (Red+Green+Blue) = 1+63+166=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 166 (65.23% from 255 or 72.17% from 230); Max value from RGB is 166 - color contains mainly: blue. Hex color #013FA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013FA6 is #FEC059. Grayscale: #373737. Windows color (decimal): -16695386 or 10895105. OLE color: 10895105.

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

Color convert

RGB 1 63 166 -
CMYK 0.99 0.62 0 0.35
HSL 217.45º 0.99% 0.33% -
HSV(B) 217.45º 0.99% 0.65% -
XYZ 8.67 6.31 36.84 -
YUV 56.2 189.96 88.62 -
System Red Green Blue C M Y K H S L
Decimal 1 63 166 0.99 0.62 0 0.35 217.45 0.99 0.33
Hex 1 3F A6 63 3E 0 23 D9 63 21
Octal 1 77 246 143 76 0 43 331 143 41
Binary 1 111111 10100110 1100011 111110 0 100011 11011001 1100011 100001

Color Harmonies of #013FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013FA6

Black with #013FA6

Text Example


Text Example

White with #013FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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