Html Css Color HEX #014AAC Cobalt

📋 copy color: '#014AAC'

red 1 ◦ green 74 ◦ blue 172

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

Shades of Cobalt #014AAC

Tints of Cobalt #014AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 69.64%

R = 0.4%
G = 29.96%
B = 69.64%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#014AAC (or 0x014AAC) is known color: Cobalt. HEX triplet: 01, 4A and AC. RGB value is (1,74,172). Sum of RGB (Red+Green+Blue) = 1+74+172=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #014AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014AAC is #FEB553. Grayscale: #3E3E3E. Windows color (decimal): -16692564 or 11291137. OLE color: 11291137.

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

Color convert

RGB 1 74 172 -
CMYK 0.99 0.57 0 0.33
HSL 214.39º 0.99% 0.34% -
HSV(B) 214.39º 0.99% 0.67% -
XYZ 9.91 7.88 40.03 -
YUV 63.35 189.32 83.53 -
System Red Green Blue C M Y K H S L
Decimal 1 74 172 0.99 0.57 0 0.33 214.39 0.99 0.34
Hex 1 4A AC 63 39 0 21 D6 63 22
Octal 1 112 254 143 71 0 41 326 143 42
Binary 1 1001010 10101100 1100011 111001 0 100001 11010110 1100011 100010

Color Harmonies of #014AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014AAC

Black with #014AAC

Text Example


Text Example

White with #014AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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