Html Css Color HEX #013EB9 Cobalt

📋 copy color: '#013EB9'

red 1 ◦ green 62 ◦ blue 185

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

Shades of Cobalt #013EB9

Tints of Cobalt #013EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 74.6%

R = 0.4%
G = 25%
B = 74.6%

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

#013EB9 (or 0x013EB9) is known color: Cobalt. HEX triplet: 01, 3E and B9. RGB value is (1,62,185). Sum of RGB (Red+Green+Blue) = 1+62+185=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 185 (72.66% from 255 or 74.60% from 248); Max value from RGB is 185 - color contains mainly: blue. Hex color #013EB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013EB9 is #FEC146. Grayscale: #393939. Windows color (decimal): -16695623 or 12140033. OLE color: 12140033.

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

Color convert

RGB 1 62 185 -
CMYK 0.99 0.66 0 0.27
HSL 220.11º 0.99% 0.36% -
HSV(B) 220.11º 0.99% 0.73% -
XYZ 10.49 6.95 46.69 -
YUV 57.78 199.79 87.5 -
System Red Green Blue C M Y K H S L
Decimal 1 62 185 0.99 0.66 0 0.27 220.11 0.99 0.36
Hex 1 3E B9 63 42 0 1B DC 63 24
Octal 1 76 271 143 102 0 33 334 143 44
Binary 1 111110 10111001 1100011 1000010 0 11011 11011100 1100011 100100

Color Harmonies of #013EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013EB9

Black with #013EB9

Text Example


Text Example

White with #013EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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