Html Css Color HEX #013BAC Cobalt

📋 copy color: '#013BAC'

red 1 ◦ green 59 ◦ blue 172

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

Shades of Cobalt #013BAC

Tints of Cobalt #013BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.43%

 BLUE value IS 172 (67.58% from 255) = 74.14%

R = 0.43%
G = 25.43%
B = 74.14%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#013BAC (or 0x013BAC) is known color: Cobalt. HEX triplet: 01, 3B and AC. RGB value is (1,59,172). Sum of RGB (Red+Green+Blue) = 1+59+172=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 172 (67.58% from 255 or 74.14% from 232); Max value from RGB is 172 - color contains mainly: blue. Hex color #013BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013BAC is #FEC453. Grayscale: #363636. Windows color (decimal): -16696404 or 11287297. OLE color: 11287297.

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

Color convert

RGB 1 59 172 -
CMYK 0.99 0.66 0 0.33
HSL 219.65º 0.99% 0.34% -
HSV(B) 219.65º 0.99% 0.67% -
XYZ 9.02 6.11 39.73 -
YUV 54.54 194.28 89.81 -
System Red Green Blue C M Y K H S L
Decimal 1 59 172 0.99 0.66 0 0.33 219.65 0.99 0.34
Hex 1 3B AC 63 42 0 21 DC 63 22
Octal 1 73 254 143 102 0 41 334 143 42
Binary 1 111011 10101100 1100011 1000010 0 100001 11011100 1100011 100010

Color Harmonies of #013BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013BAC

Black with #013BAC

Text Example


Text Example

White with #013BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,59,172); }

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

background-color css

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

 a { background-color: rgb(1,59,172); }

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

border-color css

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

 span { border-color: rgb(1,59,172); }

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