Html Css Color HEX #14699F Lochmara

📋 copy color: '#14699F'

red 20 ◦ green 105 ◦ blue 159

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

Shades of Lochmara #14699F

Tints of Lochmara #14699F

RGB

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

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

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

R = 7.04%
G = 36.97%
B = 55.99%

CMYK

 C value IS 0.87

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14699F (or 0x14699F) is known color: Lochmara. HEX triplet: 14, 69 and 9F. RGB value is (20,105,159). Sum of RGB (Red+Green+Blue) = 20+105+159=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #14699F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14699F is #EB9660. Grayscale: #555555. Windows color (decimal): -15439457 or 10447124. OLE color: 10447124.

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

Color convert

RGB 20 105 159 -
CMYK 0.87 0.34 0 0.38
HSL 203.31º 0.78% 0.35% -
HSV(B) 203.31º 0.87% 0.62% -
XYZ 11.6 12.76 34.65 -
YUV 85.74 169.34 81.11 -
System Red Green Blue C M Y K H S L
Decimal 20 105 159 0.87 0.34 0 0.38 203.31 0.78 0.35
Hex 14 69 9F 57 22 0 26 CB 4E 23
Octal 24 151 237 127 42 0 46 313 116 43
Binary 10100 1101001 10011111 1010111 100010 0 100110 11001011 1001110 100011

Color Harmonies of #14699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14699F

Black with #14699F

Text Example


Text Example

White with #14699F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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