Html Css Color HEX #013FAA Cobalt

📋 copy color: '#013FAA'

red 1 ◦ green 63 ◦ blue 170

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

Shades of Cobalt #013FAA

Tints of Cobalt #013FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 72.65%

R = 0.43%
G = 26.92%
B = 72.65%

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

#013FAA (or 0x013FAA) is known color: Cobalt. HEX triplet: 01, 3F and AA. RGB value is (1,63,170). Sum of RGB (Red+Green+Blue) = 1+63+170=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #013FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013FAA is #FEC055. Grayscale: #383838. Windows color (decimal): -16695382 or 11157249. OLE color: 11157249.

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

Color convert

RGB 1 63 170 -
CMYK 0.99 0.63 0 0.33
HSL 217.99º 0.99% 0.34% -
HSV(B) 217.99º 0.99% 0.67% -
XYZ 9.05 6.46 38.8 -
YUV 56.66 191.96 88.3 -
System Red Green Blue C M Y K H S L
Decimal 1 63 170 0.99 0.63 0 0.33 217.99 0.99 0.34
Hex 1 3F AA 63 3F 0 21 DA 63 22
Octal 1 77 252 143 77 0 41 332 143 42
Binary 1 111111 10101010 1100011 111111 0 100001 11011010 1100011 100010

Color Harmonies of #013FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013FAA

Black with #013FAA

Text Example


Text Example

White with #013FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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