Html Css Color HEX #013FBB Cobalt

📋 copy color: '#013FBB'

red 1 ◦ green 63 ◦ blue 187

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

Shades of Cobalt #013FBB

Tints of Cobalt #013FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 74.5%

R = 0.4%
G = 25.1%
B = 74.5%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#013FBB (or 0x013FBB) is known color: Cobalt. HEX triplet: 01, 3F and BB. RGB value is (1,63,187). Sum of RGB (Red+Green+Blue) = 1+63+187=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 187 (73.44% from 255 or 74.50% from 251); Max value from RGB is 187 - color contains mainly: blue. Hex color #013FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013FBB is #FEC044. Grayscale: #3A3A3A. Windows color (decimal): -16695365 or 12271361. OLE color: 12271361.

HSL color Cylindrical-coordinate representation of color #013FBB: hue angle of 220º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013FBB is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 63 187 -
CMYK 0.99 0.66 0 0.27
HSL 220º 0.99% 0.37% -
HSV(B) 220º 0.99% 0.73% -
XYZ 10.76 7.15 47.83 -
YUV 58.6 200.46 86.92 -
System Red Green Blue C M Y K H S L
Decimal 1 63 187 0.99 0.66 0 0.27 220 0.99 0.37
Hex 1 3F BB 63 42 0 1B DC 63 25
Octal 1 77 273 143 102 0 33 334 143 45
Binary 1 111111 10111011 1100011 1000010 0 11011 11011100 1100011 100101

Color Harmonies of #013FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013FBB

Black with #013FBB

Text Example


Text Example

White with #013FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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