Html Css Color HEX #014E99 Cobalt

📋 copy color: '#014E99'

red 1 ◦ green 78 ◦ blue 153

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

Shades of Cobalt #014E99

Tints of Cobalt #014E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 65.95%

R = 0.43%
G = 33.62%
B = 65.95%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#014E99 (or 0x014E99) is known color: Cobalt. HEX triplet: 01, 4E and 99. RGB value is (1,78,153). Sum of RGB (Red+Green+Blue) = 1+78+153=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #014E99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014E99 is #FEB166. Grayscale: #3F3F3F. Windows color (decimal): -16691559 or 10046977. OLE color: 10046977.

HSL color Cylindrical-coordinate representation of color #014E99: hue angle of 209.61º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E99 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 78 153 -
CMYK 0.99 0.49 0 0.4
HSL 209.61º 0.99% 0.3% -
HSV(B) 209.61º 0.99% 0.6% -
XYZ 8.49 7.76 31.19 -
YUV 63.53 178.49 83.4 -
System Red Green Blue C M Y K H S L
Decimal 1 78 153 0.99 0.49 0 0.4 209.61 0.99 0.3
Hex 1 4E 99 63 31 0 28 D2 63 1E
Octal 1 116 231 143 61 0 50 322 143 36
Binary 1 1001110 10011001 1100011 110001 0 101000 11010010 1100011 11110

Color Harmonies of #014E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E99

Black with #014E99

Text Example


Text Example

White with #014E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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