Html Css Color HEX #013EA3 Cobalt

📋 copy color: '#013EA3'

red 1 ◦ green 62 ◦ blue 163

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

Shades of Cobalt #013EA3

Tints of Cobalt #013EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 72.12%

R = 0.44%
G = 27.43%
B = 72.12%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#013EA3 (or 0x013EA3) is known color: Cobalt. HEX triplet: 01, 3E and A3. RGB value is (1,62,163). Sum of RGB (Red+Green+Blue) = 1+62+163=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 163 (64.06% from 255 or 72.12% from 226); Max value from RGB is 163 - color contains mainly: blue. Hex color #013EA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013EA3 is #FEC15C. Grayscale: #363636. Windows color (decimal): -16695645 or 10698241. OLE color: 10698241.

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

Color convert

RGB 1 62 163 -
CMYK 0.99 0.62 0 0.36
HSL 217.41º 0.99% 0.32% -
HSV(B) 217.41º 0.99% 0.64% -
XYZ 8.35 6.1 35.39 -
YUV 55.28 188.79 89.29 -
System Red Green Blue C M Y K H S L
Decimal 1 62 163 0.99 0.62 0 0.36 217.41 0.99 0.32
Hex 1 3E A3 63 3E 0 24 D9 63 20
Octal 1 76 243 143 76 0 44 331 143 40
Binary 1 111110 10100011 1100011 111110 0 100100 11011001 1100011 100000

Color Harmonies of #013EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013EA3

Black with #013EA3

Text Example


Text Example

White with #013EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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