Html Css Color HEX #013FAE Cobalt

📋 copy color: '#013FAE'

red 1 ◦ green 63 ◦ blue 174

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

Shades of Cobalt #013FAE

Tints of Cobalt #013FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 73.11%

R = 0.42%
G = 26.47%
B = 73.11%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#013FAE (or 0x013FAE) is known color: Cobalt. HEX triplet: 01, 3F and AE. RGB value is (1,63,174). Sum of RGB (Red+Green+Blue) = 1+63+174=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 174 (68.36% from 255 or 73.11% from 238); Max value from RGB is 174 - color contains mainly: blue. Hex color #013FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013FAE is #FEC051. Grayscale: #383838. Windows color (decimal): -16695378 or 11419393. OLE color: 11419393.

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

Color convert

RGB 1 63 174 -
CMYK 0.99 0.64 0 0.32
HSL 218.5º 0.99% 0.34% -
HSV(B) 218.5º 0.99% 0.68% -
XYZ 9.43 6.62 40.82 -
YUV 57.12 193.96 87.97 -
System Red Green Blue C M Y K H S L
Decimal 1 63 174 0.99 0.64 0 0.32 218.5 0.99 0.34
Hex 1 3F AE 63 40 0 20 DA 63 22
Octal 1 77 256 143 100 0 40 332 143 42
Binary 1 111111 10101110 1100011 1000000 0 100000 11011010 1100011 100010

Color Harmonies of #013FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013FAE

Black with #013FAE

Text Example


Text Example

White with #013FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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