Html Css Color HEX #014499 Cobalt

📋 copy color: '#014499'

red 1 ◦ green 68 ◦ blue 153

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

Shades of Cobalt #014499

Tints of Cobalt #014499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.63%

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

R = 0.45%
G = 30.63%
B = 68.92%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#014499 (or 0x014499) is known color: Cobalt. HEX triplet: 01, 44 and 99. RGB value is (1,68,153). Sum of RGB (Red+Green+Blue) = 1+68+153=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #014499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014499 is #FEBB66. Grayscale: #393939. Windows color (decimal): -16694119 or 10044417. OLE color: 10044417.

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

Color convert

RGB 1 68 153 -
CMYK 0.99 0.56 0 0.4
HSL 213.55º 0.99% 0.3% -
HSV(B) 213.55º 0.99% 0.6% -
XYZ 7.83 6.44 30.97 -
YUV 57.66 181.8 87.59 -
System Red Green Blue C M Y K H S L
Decimal 1 68 153 0.99 0.56 0 0.4 213.55 0.99 0.3
Hex 1 44 99 63 38 0 28 D6 63 1E
Octal 1 104 231 143 70 0 50 326 143 36
Binary 1 1000100 10011001 1100011 111000 0 101000 11010110 1100011 11110

Color Harmonies of #014499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014499

Black with #014499

Text Example


Text Example

White with #014499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014499; }

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

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

background-color css

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

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

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

border-color css

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

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

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