Html Css Color HEX #013BBE Cobalt

📋 copy color: '#013BBE'

red 1 ◦ green 59 ◦ blue 190

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

Shades of Cobalt #013BBE

Tints of Cobalt #013BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 76%

R = 0.4%
G = 23.6%
B = 76%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#013BBE (or 0x013BBE) is known color: Cobalt. HEX triplet: 01, 3B and BE. RGB value is (1,59,190). Sum of RGB (Red+Green+Blue) = 1+59+190=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 190 (74.61% from 255 or 76% from 250); Max value from RGB is 190 - color contains mainly: blue. Hex color #013BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013BBE is #FEC441. Grayscale: #383838. Windows color (decimal): -16696386 or 12466945. OLE color: 12466945.

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

Color convert

RGB 1 59 190 -
CMYK 0.99 0.69 0 0.25
HSL 221.59º 0.99% 0.37% -
HSV(B) 221.59º 0.99% 0.75% -
XYZ 10.87 6.85 49.46 -
YUV 56.59 203.28 88.35 -
System Red Green Blue C M Y K H S L
Decimal 1 59 190 0.99 0.69 0 0.25 221.59 0.99 0.37
Hex 1 3B BE 63 45 0 19 DE 63 25
Octal 1 73 276 143 105 0 31 336 143 45
Binary 1 111011 10111110 1100011 1000101 0 11001 11011110 1100011 100101

Color Harmonies of #013BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013BBE

Black with #013BBE

Text Example


Text Example

White with #013BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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