Html Css Color HEX #014AC1 Cobalt

📋 copy color: '#014AC1'

red 1 ◦ green 74 ◦ blue 193

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

Shades of Cobalt #014AC1

Tints of Cobalt #014AC1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.61%

 BLUE value IS 193 (75.78% from 255) = 72.01%

R = 0.37%
G = 27.61%
B = 72.01%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#014AC1 (or 0x014AC1) is known color: Cobalt. HEX triplet: 01, 4A and C1. RGB value is (1,74,193). Sum of RGB (Red+Green+Blue) = 1+74+193=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 193 (75.78% from 255 or 72.01% from 268); Max value from RGB is 193 - color contains mainly: blue. Hex color #014AC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014AC1 is #FEB53E. Grayscale: #414141. Windows color (decimal): -16692543 or 12667393. OLE color: 12667393.

HSL color Cylindrical-coordinate representation of color #014AC1: hue angle of 217.19º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014AC1 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 74 193 -
CMYK 0.99 0.62 0 0.24
HSL 217.19º 0.99% 0.38% -
HSV(B) 217.19º 0.99% 0.76% -
XYZ 12.09 8.75 51.5 -
YUV 65.74 199.82 81.82 -
System Red Green Blue C M Y K H S L
Decimal 1 74 193 0.99 0.62 0 0.24 217.19 0.99 0.38
Hex 1 4A C1 63 3E 0 18 D9 63 26
Octal 1 112 301 143 76 0 30 331 143 46
Binary 1 1001010 11000001 1100011 111110 0 11000 11011001 1100011 100110

Color Harmonies of #014AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014AC1

Black with #014AC1

Text Example


Text Example

White with #014AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014AC1; }

 p { color: rgb(1,74,193); }

 H1.HeaderClassName
 {
   color: #014AC1;
 }
 .AnyTagClassName
 {
   color: #014AC1;
 }
</style>

background-color css

<style>
 a { background-color: #014AC1; }

 a { background-color: rgb(1,74,193); }

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

border-color css

<style>
 span { border-color: #014AC1; }

 span { border-color: rgb(1,74,193); }

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