Html Css Color HEX #14699B Lochmara

📋 copy color: '#14699B'

red 20 ◦ green 105 ◦ blue 155

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

Shades of Lochmara #14699B

Tints of Lochmara #14699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.5%

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

R = 7.14%
G = 37.5%
B = 55.36%

CMYK

 C value IS 0.87

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14699B (or 0x14699B) is known color: Lochmara. HEX triplet: 14, 69 and 9B. RGB value is (20,105,155). Sum of RGB (Red+Green+Blue) = 20+105+155=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #14699B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14699B is #EB9664. Grayscale: #545454. Windows color (decimal): -15439461 or 10184980. OLE color: 10184980.

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

Color convert

RGB 20 105 155 -
CMYK 0.87 0.32 0 0.39
HSL 202.22º 0.77% 0.34% -
HSV(B) 202.22º 0.87% 0.61% -
XYZ 11.26 12.62 32.85 -
YUV 85.29 167.34 81.43 -
System Red Green Blue C M Y K H S L
Decimal 20 105 155 0.87 0.32 0 0.39 202.22 0.77 0.34
Hex 14 69 9B 57 20 0 27 CA 4D 22
Octal 24 151 233 127 40 0 47 312 115 42
Binary 10100 1101001 10011011 1010111 100000 0 100111 11001010 1001101 100010

Color Harmonies of #14699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14699B

Black with #14699B

Text Example


Text Example

White with #14699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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