Html Css Color HEX #013EBE Cobalt

📋 copy color: '#013EBE'

red 1 ◦ green 62 ◦ blue 190

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

Shades of Cobalt #013EBE

Tints of Cobalt #013EBE

RGB

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

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

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

R = 0.4%
G = 24.51%
B = 75.1%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#013EBE (or 0x013EBE) is known color: Cobalt. HEX triplet: 01, 3E and BE. RGB value is (1,62,190). Sum of RGB (Red+Green+Blue) = 1+62+190=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 190 (74.61% from 255 or 75.10% from 253); Max value from RGB is 190 - color contains mainly: blue. Hex color #013EBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013EBE is #FEC141. Grayscale: #393939. Windows color (decimal): -16695618 or 12467713. OLE color: 12467713.

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

Color convert

RGB 1 62 190 -
CMYK 0.99 0.67 0 0.25
HSL 220.63º 0.99% 0.37% -
HSV(B) 220.63º 0.99% 0.75% -
XYZ 11.03 7.17 49.52 -
YUV 58.35 202.29 87.09 -
System Red Green Blue C M Y K H S L
Decimal 1 62 190 0.99 0.67 0 0.25 220.63 0.99 0.37
Hex 1 3E BE 63 43 0 19 DD 63 25
Octal 1 76 276 143 103 0 31 335 143 45
Binary 1 111110 10111110 1100011 1000011 0 11001 11011101 1100011 100101

Color Harmonies of #013EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013EBE

Black with #013EBE

Text Example


Text Example

White with #013EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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