Html Css Color HEX #013FA5 Cobalt

📋 copy color: '#013FA5'

red 1 ◦ green 63 ◦ blue 165

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

Shades of Cobalt #013FA5

Tints of Cobalt #013FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 72.05%

R = 0.44%
G = 27.51%
B = 72.05%

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

#013FA5 (or 0x013FA5) is known color: Cobalt. HEX triplet: 01, 3F and A5. RGB value is (1,63,165). Sum of RGB (Red+Green+Blue) = 1+63+165=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 165 (64.84% from 255 or 72.05% from 229); Max value from RGB is 165 - color contains mainly: blue. Hex color #013FA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013FA5 is #FEC05A. Grayscale: #373737. Windows color (decimal): -16695387 or 10829569. OLE color: 10829569.

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

Color convert

RGB 1 63 165 -
CMYK 0.99 0.62 0 0.35
HSL 217.32º 0.99% 0.33% -
HSV(B) 217.32º 0.99% 0.65% -
XYZ 8.58 6.28 36.36 -
YUV 56.09 189.46 88.71 -
System Red Green Blue C M Y K H S L
Decimal 1 63 165 0.99 0.62 0 0.35 217.32 0.99 0.33
Hex 1 3F A5 63 3E 0 23 D9 63 21
Octal 1 77 245 143 76 0 43 331 143 41
Binary 1 111111 10100101 1100011 111110 0 100011 11011001 1100011 100001

Color Harmonies of #013FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013FA5

Black with #013FA5

Text Example


Text Example

White with #013FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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