Html Css Color HEX #14519B Cobalt

📋 copy color: '#14519B'

red 20 ◦ green 81 ◦ blue 155

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

Shades of Cobalt #14519B

Tints of Cobalt #14519B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.64%

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

R = 7.81%
G = 31.64%
B = 60.55%

CMYK

 C value IS 0.87

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14519B (or 0x14519B) is known color: Cobalt. HEX triplet: 14, 51 and 9B. RGB value is (20,81,155). Sum of RGB (Red+Green+Blue) = 20+81+155=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #14519B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14519B is #EBAE64. Grayscale: #464646. Windows color (decimal): -15445605 or 10178836. OLE color: 10178836.

HSL color Cylindrical-coordinate representation of color #14519B: hue angle of 212.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 #14519B is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 81 155 -
CMYK 0.87 0.48 0 0.39
HSL 212.89º 0.77% 0.34% -
HSV(B) 212.89º 0.87% 0.61% -
XYZ 9.15 8.4 32.15 -
YUV 71.2 175.29 91.48 -
System Red Green Blue C M Y K H S L
Decimal 20 81 155 0.87 0.48 0 0.39 212.89 0.77 0.34
Hex 14 51 9B 57 30 0 27 D5 4D 22
Octal 24 121 233 127 60 0 47 325 115 42
Binary 10100 1010001 10011011 1010111 110000 0 100111 11010101 1001101 100010

Color Harmonies of #14519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14519B

Black with #14519B

Text Example


Text Example

White with #14519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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