Html Css Color HEX #013EB0 Cobalt

📋 copy color: '#013EB0'

red 1 ◦ green 62 ◦ blue 176

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

Shades of Cobalt #013EB0

Tints of Cobalt #013EB0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.94%

 BLUE value IS 176 (69.14% from 255) = 73.64%

R = 0.42%
G = 25.94%
B = 73.64%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#013EB0 (or 0x013EB0) is known color: Cobalt. HEX triplet: 01, 3E and B0. RGB value is (1,62,176). Sum of RGB (Red+Green+Blue) = 1+62+176=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 176 (69.14% from 255 or 73.64% from 239); Max value from RGB is 176 - color contains mainly: blue. Hex color #013EB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013EB0 is #FEC14F. Grayscale: #383838. Windows color (decimal): -16695632 or 11550209. OLE color: 11550209.

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

Color convert

RGB 1 62 176 -
CMYK 0.99 0.65 0 0.31
HSL 219.09º 0.99% 0.35% -
HSV(B) 219.09º 0.99% 0.69% -
XYZ 9.57 6.59 41.84 -
YUV 56.76 195.29 88.23 -
System Red Green Blue C M Y K H S L
Decimal 1 62 176 0.99 0.65 0 0.31 219.09 0.99 0.35
Hex 1 3E B0 63 41 0 1F DB 63 23
Octal 1 76 260 143 101 0 37 333 143 43
Binary 1 111110 10110000 1100011 1000001 0 11111 11011011 1100011 100011

Color Harmonies of #013EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013EB0

Black with #013EB0

Text Example


Text Example

White with #013EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,62,176); }

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

background-color css

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

 a { background-color: rgb(1,62,176); }

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

border-color css

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

 span { border-color: rgb(1,62,176); }

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