Html Css Color HEX #014AAA Cobalt

📋 copy color: '#014AAA'

red 1 ◦ green 74 ◦ blue 170

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

Shades of Cobalt #014AAA

Tints of Cobalt #014AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 69.39%

R = 0.41%
G = 30.2%
B = 69.39%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#014AAA (or 0x014AAA) is known color: Cobalt. HEX triplet: 01, 4A and AA. RGB value is (1,74,170). Sum of RGB (Red+Green+Blue) = 1+74+170=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #014AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014AAA is #FEB555. Grayscale: #3E3E3E. Windows color (decimal): -16692566 or 11160065. OLE color: 11160065.

HSL color Cylindrical-coordinate representation of color #014AAA: hue angle of 214.08º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014AAA is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 74 170 -
CMYK 0.99 0.56 0 0.33
HSL 214.08º 0.99% 0.34% -
HSV(B) 214.08º 0.99% 0.67% -
XYZ 9.72 7.81 39.02 -
YUV 63.12 188.32 83.69 -
System Red Green Blue C M Y K H S L
Decimal 1 74 170 0.99 0.56 0 0.33 214.08 0.99 0.34
Hex 1 4A AA 63 38 0 21 D6 63 22
Octal 1 112 252 143 70 0 41 326 143 42
Binary 1 1001010 10101010 1100011 111000 0 100001 11010110 1100011 100010

Color Harmonies of #014AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014AAA

Black with #014AAA

Text Example


Text Example

White with #014AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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