Html Css Color HEX #014EAE Cobalt

📋 copy color: '#014EAE'

red 1 ◦ green 78 ◦ blue 174

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

Shades of Cobalt #014EAE

Tints of Cobalt #014EAE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.83%

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

R = 0.4%
G = 30.83%
B = 68.77%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#014EAE (or 0x014EAE) is known color: Cobalt. HEX triplet: 01, 4E and AE. RGB value is (1,78,174). Sum of RGB (Red+Green+Blue) = 1+78+174=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #014EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014EAE is #FEB151. Grayscale: #414141. Windows color (decimal): -16691538 or 11423233. OLE color: 11423233.

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

Color convert

RGB 1 78 174 -
CMYK 0.99 0.55 0 0.32
HSL 213.29º 0.99% 0.34% -
HSV(B) 213.29º 0.99% 0.68% -
XYZ 10.38 8.51 41.14 -
YUV 65.92 188.99 81.69 -
System Red Green Blue C M Y K H S L
Decimal 1 78 174 0.99 0.55 0 0.32 213.29 0.99 0.34
Hex 1 4E AE 63 37 0 20 D5 63 22
Octal 1 116 256 143 67 0 40 325 143 42
Binary 1 1001110 10101110 1100011 110111 0 100000 11010101 1100011 100010

Color Harmonies of #014EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014EAE

Black with #014EAE

Text Example


Text Example

White with #014EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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