Html Css Color HEX #14489B Cobalt

📋 copy color: '#14489B'

red 20 ◦ green 72 ◦ blue 155

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

Shades of Cobalt #14489B

Tints of Cobalt #14489B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 62.75%

R = 8.1%
G = 29.15%
B = 62.75%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14489B (or 0x14489B) is known color: Cobalt. HEX triplet: 14, 48 and 9B. RGB value is (20,72,155). Sum of RGB (Red+Green+Blue) = 20+72+155=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #14489B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14489B is #EBB764. Grayscale: #414141. Windows color (decimal): -15447909 or 10176532. OLE color: 10176532.

HSL color Cylindrical-coordinate representation of color #14489B: hue angle of 216.89º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14489B is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 72 155 -
CMYK 0.87 0.54 0 0.39
HSL 216.89º 0.77% 0.34% -
HSV(B) 216.89º 0.87% 0.61% -
XYZ 8.52 7.15 31.94 -
YUV 65.91 178.27 95.25 -
System Red Green Blue C M Y K H S L
Decimal 20 72 155 0.87 0.54 0 0.39 216.89 0.77 0.34
Hex 14 48 9B 57 36 0 27 D9 4D 22
Octal 24 110 233 127 66 0 47 331 115 42
Binary 10100 1001000 10011011 1010111 110110 0 100111 11011001 1001101 100010

Color Harmonies of #14489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14489B

Black with #14489B

Text Example


Text Example

White with #14489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14489B; }

 p { color: rgb(20,72,155); }

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

background-color css

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

 a { background-color: rgb(20,72,155); }

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

border-color css

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

 span { border-color: rgb(20,72,155); }

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