Html Css Color HEX #14699C Lochmara

📋 copy color: '#14699C'

red 20 ◦ green 105 ◦ blue 156

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

Shades of Lochmara #14699C

Tints of Lochmara #14699C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 55.52%

R = 7.12%
G = 37.37%
B = 55.52%

CMYK

 C value IS 0.87

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14699C (or 0x14699C) is known color: Lochmara. HEX triplet: 14, 69 and 9C. RGB value is (20,105,156). Sum of RGB (Red+Green+Blue) = 20+105+156=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #14699C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14699C is #EB9663. Grayscale: #555555. Windows color (decimal): -15439460 or 10250516. OLE color: 10250516.

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

Color convert

RGB 20 105 156 -
CMYK 0.87 0.33 0 0.39
HSL 202.5º 0.77% 0.35% -
HSV(B) 202.5º 0.87% 0.61% -
XYZ 11.34 12.65 33.3 -
YUV 85.4 167.84 81.35 -
System Red Green Blue C M Y K H S L
Decimal 20 105 156 0.87 0.33 0 0.39 202.5 0.77 0.35
Hex 14 69 9C 57 21 0 27 CA 4D 23
Octal 24 151 234 127 41 0 47 312 115 43
Binary 10100 1101001 10011100 1010111 100001 0 100111 11001010 1001101 100011

Color Harmonies of #14699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14699C

Black with #14699C

Text Example


Text Example

White with #14699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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