Html Css Color HEX #014CAA Cobalt

📋 copy color: '#014CAA'

red 1 ◦ green 76 ◦ blue 170

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

Shades of Cobalt #014CAA

Tints of Cobalt #014CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.77%

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

R = 0.4%
G = 30.77%
B = 68.83%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#014CAA (or 0x014CAA) is known color: Cobalt. HEX triplet: 01, 4C and AA. RGB value is (1,76,170). Sum of RGB (Red+Green+Blue) = 1+76+170=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #014CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014CAA is #FEB355. Grayscale: #3F3F3F. Windows color (decimal): -16692054 or 11160577. OLE color: 11160577.

HSL color Cylindrical-coordinate representation of color #014CAA: hue angle of 213.37º 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 #014CAA is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 76 170 -
CMYK 0.99 0.55 0 0.33
HSL 213.37º 0.99% 0.34% -
HSV(B) 213.37º 0.99% 0.67% -
XYZ 9.85 8.08 39.07 -
YUV 64.29 187.65 82.86 -
System Red Green Blue C M Y K H S L
Decimal 1 76 170 0.99 0.55 0 0.33 213.37 0.99 0.34
Hex 1 4C AA 63 37 0 21 D5 63 22
Octal 1 114 252 143 67 0 41 325 143 42
Binary 1 1001100 10101010 1100011 110111 0 100001 11010101 1100011 100010

Color Harmonies of #014CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014CAA

Black with #014CAA

Text Example


Text Example

White with #014CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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