Html Css Color HEX #014DAE Cobalt

📋 copy color: '#014DAE'

red 1 ◦ green 77 ◦ blue 174

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

Shades of Cobalt #014DAE

Tints of Cobalt #014DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.56%

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

R = 0.4%
G = 30.56%
B = 69.05%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#014DAE (or 0x014DAE) is known color: Cobalt. HEX triplet: 01, 4D and AE. RGB value is (1,77,174). Sum of RGB (Red+Green+Blue) = 1+77+174=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 174 (68.36% from 255 or 69.05% from 252); Max value from RGB is 174 - color contains mainly: blue. Hex color #014DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014DAE is #FEB251. Grayscale: #404040. Windows color (decimal): -16691794 or 11422977. OLE color: 11422977.

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

Color convert

RGB 1 77 174 -
CMYK 0.99 0.56 0 0.32
HSL 213.64º 0.99% 0.34% -
HSV(B) 213.64º 0.99% 0.68% -
XYZ 10.31 8.37 41.12 -
YUV 65.33 189.32 82.11 -
System Red Green Blue C M Y K H S L
Decimal 1 77 174 0.99 0.56 0 0.32 213.64 0.99 0.34
Hex 1 4D AE 63 38 0 20 D6 63 22
Octal 1 115 256 143 70 0 40 326 143 42
Binary 1 1001101 10101110 1100011 111000 0 100000 11010110 1100011 100010

Color Harmonies of #014DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014DAE

Black with #014DAE

Text Example


Text Example

White with #014DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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