Html Css Color HEX #14579F Cobalt

📋 copy color: '#14579F'

red 20 ◦ green 87 ◦ blue 159

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

Shades of Cobalt #14579F

Tints of Cobalt #14579F

RGB

 RED value IS 20 (8.2% from 255) = 7.52%

 GREEN value IS 87 (34.38% from 255) = 32.71%

 BLUE value IS 159 (62.5% from 255) = 59.77%

R = 7.52%
G = 32.71%
B = 59.77%

CMYK

 C value IS 0.87

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14579F (or 0x14579F) is known color: Cobalt. HEX triplet: 14, 57 and 9F. RGB value is (20,87,159). Sum of RGB (Red+Green+Blue) = 20+87+159=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #14579F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14579F is #EBA860. Grayscale: #4A4A4A. Windows color (decimal): -15444065 or 10442516. OLE color: 10442516.

HSL color Cylindrical-coordinate representation of color #14579F: hue angle of 211.08º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14579F is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 87 159 -
CMYK 0.87 0.45 0 0.38
HSL 211.08º 0.78% 0.35% -
HSV(B) 211.08º 0.87% 0.62% -
XYZ 9.95 9.47 34.1 -
YUV 75.18 175.3 88.65 -
System Red Green Blue C M Y K H S L
Decimal 20 87 159 0.87 0.45 0 0.38 211.08 0.78 0.35
Hex 14 57 9F 57 2D 0 26 D3 4E 23
Octal 24 127 237 127 55 0 46 323 116 43
Binary 10100 1010111 10011111 1010111 101101 0 100110 11010011 1001110 100011

Color Harmonies of #14579F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14579F

Black with #14579F

Text Example


Text Example

White with #14579F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14579F; }

 p { color: rgb(20,87,159); }

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

background-color css

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

 a { background-color: rgb(20,87,159); }

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

border-color css

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

 span { border-color: rgb(20,87,159); }

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