Html Css Color HEX #013BBB Cobalt

📋 copy color: '#013BBB'

red 1 ◦ green 59 ◦ blue 187

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

Shades of Cobalt #013BBB

Tints of Cobalt #013BBB

RGB

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

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

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

R = 0.4%
G = 23.89%
B = 75.71%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#013BBB (or 0x013BBB) is known color: Cobalt. HEX triplet: 01, 3B and BB. RGB value is (1,59,187). Sum of RGB (Red+Green+Blue) = 1+59+187=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 187 (73.44% from 255 or 75.71% from 247); Max value from RGB is 187 - color contains mainly: blue. Hex color #013BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013BBB is #FEC444. Grayscale: #373737. Windows color (decimal): -16696389 or 12270337. OLE color: 12270337.

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

Color convert

RGB 1 59 187 -
CMYK 0.99 0.68 0 0.27
HSL 221.29º 0.99% 0.37% -
HSV(B) 221.29º 0.99% 0.73% -
XYZ 10.55 6.72 47.76 -
YUV 56.25 201.78 88.59 -
System Red Green Blue C M Y K H S L
Decimal 1 59 187 0.99 0.68 0 0.27 221.29 0.99 0.37
Hex 1 3B BB 63 44 0 1B DD 63 25
Octal 1 73 273 143 104 0 33 335 143 45
Binary 1 111011 10111011 1100011 1000100 0 11011 11011101 1100011 100101

Color Harmonies of #013BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013BBB

Black with #013BBB

Text Example


Text Example

White with #013BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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