Html Css Color HEX #014799 Cobalt

📋 copy color: '#014799'

red 1 ◦ green 71 ◦ blue 153

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

Shades of Cobalt #014799

Tints of Cobalt #014799

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.56%

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

R = 0.44%
G = 31.56%
B = 68%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#014799 (or 0x014799) is known color: Cobalt. HEX triplet: 01, 47 and 99. RGB value is (1,71,153). Sum of RGB (Red+Green+Blue) = 1+71+153=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #014799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014799 is #FEB866. Grayscale: #3B3B3B. Windows color (decimal): -16693351 or 10045185. OLE color: 10045185.

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

Color convert

RGB 1 71 153 -
CMYK 0.99 0.54 0 0.4
HSL 212.37º 0.99% 0.3% -
HSV(B) 212.37º 0.99% 0.6% -
XYZ 8.02 6.81 31.03 -
YUV 59.42 180.81 86.33 -
System Red Green Blue C M Y K H S L
Decimal 1 71 153 0.99 0.54 0 0.4 212.37 0.99 0.3
Hex 1 47 99 63 36 0 28 D4 63 1E
Octal 1 107 231 143 66 0 50 324 143 36
Binary 1 1000111 10011001 1100011 110110 0 101000 11010100 1100011 11110

Color Harmonies of #014799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014799

Black with #014799

Text Example


Text Example

White with #014799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014799; }

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

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

background-color css

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

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

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

border-color css

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

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

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