Html Css Color HEX #014899 Cobalt

📋 copy color: '#014899'

red 1 ◦ green 72 ◦ blue 153

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

Shades of Cobalt #014899

Tints of Cobalt #014899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.86%

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

R = 0.44%
G = 31.86%
B = 67.7%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#014899 (or 0x014899) is known color: Cobalt. HEX triplet: 01, 48 and 99. RGB value is (1,72,153). Sum of RGB (Red+Green+Blue) = 1+72+153=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #014899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014899 is #FEB766. Grayscale: #3B3B3B. Windows color (decimal): -16693095 or 10045441. OLE color: 10045441.

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

Color convert

RGB 1 72 153 -
CMYK 0.99 0.53 0 0.4
HSL 211.97º 0.99% 0.3% -
HSV(B) 211.97º 0.99% 0.6% -
XYZ 8.08 6.94 31.05 -
YUV 60.01 180.48 85.91 -
System Red Green Blue C M Y K H S L
Decimal 1 72 153 0.99 0.53 0 0.4 211.97 0.99 0.3
Hex 1 48 99 63 35 0 28 D4 63 1E
Octal 1 110 231 143 65 0 50 324 143 36
Binary 1 1001000 10011001 1100011 110101 0 101000 11010100 1100011 11110

Color Harmonies of #014899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014899

Black with #014899

Text Example


Text Example

White with #014899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014899; }

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

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

background-color css

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

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

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

border-color css

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

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

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