Html Css Color HEX #14529F Cobalt

📋 copy color: '#14529F'

red 20 ◦ green 82 ◦ blue 159

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

Shades of Cobalt #14529F

Tints of Cobalt #14529F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.42%

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

R = 7.66%
G = 31.42%
B = 60.92%

CMYK

 C value IS 0.87

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14529F (or 0x14529F) is known color: Cobalt. HEX triplet: 14, 52 and 9F. RGB value is (20,82,159). Sum of RGB (Red+Green+Blue) = 20+82+159=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #14529F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14529F is #EBAD60. Grayscale: #474747. Windows color (decimal): -15445345 or 10441236. OLE color: 10441236.

HSL color Cylindrical-coordinate representation of color #14529F: hue angle of 213.24º 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 #14529F is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 82 159 -
CMYK 0.87 0.48 0 0.38
HSL 213.24º 0.78% 0.35% -
HSV(B) 213.24º 0.87% 0.62% -
XYZ 9.56 8.69 33.97 -
YUV 72.24 176.96 90.74 -
System Red Green Blue C M Y K H S L
Decimal 20 82 159 0.87 0.48 0 0.38 213.24 0.78 0.35
Hex 14 52 9F 57 30 0 26 D5 4E 23
Octal 24 122 237 127 60 0 46 325 116 43
Binary 10100 1010010 10011111 1010111 110000 0 100110 11010101 1001110 100011

Color Harmonies of #14529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14529F

Black with #14529F

Text Example


Text Example

White with #14529F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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