Html Css Color HEX #013CBB Cobalt

📋 copy color: '#013CBB'

red 1 ◦ green 60 ◦ blue 187

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

Shades of Cobalt #013CBB

Tints of Cobalt #013CBB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.19%

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

R = 0.4%
G = 24.19%
B = 75.4%

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

#013CBB (or 0x013CBB) is known color: Cobalt. HEX triplet: 01, 3C and BB. RGB value is (1,60,187). Sum of RGB (Red+Green+Blue) = 1+60+187=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 187 (73.44% from 255 or 75.40% from 248); Max value from RGB is 187 - color contains mainly: blue. Hex color #013CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013CBB is #FEC344. Grayscale: #383838. Windows color (decimal): -16696133 or 12270593. OLE color: 12270593.

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

Color convert

RGB 1 60 187 -
CMYK 0.99 0.68 0 0.27
HSL 220.97º 0.99% 0.37% -
HSV(B) 220.97º 0.99% 0.73% -
XYZ 10.6 6.83 47.77 -
YUV 56.84 201.45 88.17 -
System Red Green Blue C M Y K H S L
Decimal 1 60 187 0.99 0.68 0 0.27 220.97 0.99 0.37
Hex 1 3C BB 63 44 0 1B DD 63 25
Octal 1 74 273 143 104 0 33 335 143 45
Binary 1 111100 10111011 1100011 1000100 0 11011 11011101 1100011 100101

Color Harmonies of #013CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013CBB

Black with #013CBB

Text Example


Text Example

White with #013CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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