Html Css Color HEX #14549E Cobalt

📋 copy color: '#14549E'

red 20 ◦ green 84 ◦ blue 158

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

Shades of Cobalt #14549E

Tints of Cobalt #14549E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.06%

 BLUE value IS 158 (62.11% from 255) = 60.31%

R = 7.63%
G = 32.06%
B = 60.31%

CMYK

 C value IS 0.87

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14549E (or 0x14549E) is known color: Cobalt. HEX triplet: 14, 54 and 9E. RGB value is (20,84,158). Sum of RGB (Red+Green+Blue) = 20+84+158=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #14549E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14549E is #EBAB61. Grayscale: #484848. Windows color (decimal): -15444834 or 10376212. OLE color: 10376212.

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

Color convert

RGB 20 84 158 -
CMYK 0.87 0.47 0 0.38
HSL 212.17º 0.78% 0.35% -
HSV(B) 212.17º 0.87% 0.62% -
XYZ 9.63 8.96 33.57 -
YUV 73.3 175.8 89.98 -
System Red Green Blue C M Y K H S L
Decimal 20 84 158 0.87 0.47 0 0.38 212.17 0.78 0.35
Hex 14 54 9E 57 2F 0 26 D4 4E 23
Octal 24 124 236 127 57 0 46 324 116 43
Binary 10100 1010100 10011110 1010111 101111 0 100110 11010100 1001110 100011

Color Harmonies of #14549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14549E

Black with #14549E

Text Example


Text Example

White with #14549E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14549E; }

 p { color: rgb(20,84,158); }

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

background-color css

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

 a { background-color: rgb(20,84,158); }

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

border-color css

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

 span { border-color: rgb(20,84,158); }

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