Html Css Color HEX #014AAE Cobalt

📋 copy color: '#014AAE'

red 1 ◦ green 74 ◦ blue 174

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

Shades of Cobalt #014AAE

Tints of Cobalt #014AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 69.88%

R = 0.4%
G = 29.72%
B = 69.88%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#014AAE (or 0x014AAE) is known color: Cobalt. HEX triplet: 01, 4A and AE. RGB value is (1,74,174). Sum of RGB (Red+Green+Blue) = 1+74+174=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #014AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014AAE is #FEB551. Grayscale: #3F3F3F. Windows color (decimal): -16692562 or 11422209. OLE color: 11422209.

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

Color convert

RGB 1 74 174 -
CMYK 0.99 0.57 0 0.32
HSL 214.68º 0.99% 0.34% -
HSV(B) 214.68º 0.99% 0.68% -
XYZ 10.1 7.96 41.05 -
YUV 63.57 190.32 83.37 -
System Red Green Blue C M Y K H S L
Decimal 1 74 174 0.99 0.57 0 0.32 214.68 0.99 0.34
Hex 1 4A AE 63 39 0 20 D7 63 22
Octal 1 112 256 143 71 0 40 327 143 42
Binary 1 1001010 10101110 1100011 111001 0 100000 11010111 1100011 100010

Color Harmonies of #014AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014AAE

Black with #014AAE

Text Example


Text Example

White with #014AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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