Html Css Color HEX #14659D Lochmara

📋 copy color: '#14659D'

red 20 ◦ green 101 ◦ blue 157

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

Shades of Lochmara #14659D

Tints of Lochmara #14659D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.33%

 BLUE value IS 157 (61.72% from 255) = 56.47%

R = 7.19%
G = 36.33%
B = 56.47%

CMYK

 C value IS 0.87

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14659D (or 0x14659D) is known color: Lochmara. HEX triplet: 14, 65 and 9D. RGB value is (20,101,157). Sum of RGB (Red+Green+Blue) = 20+101+157=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #14659D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14659D is #EB9A62. Grayscale: #525252. Windows color (decimal): -15440483 or 10315028. OLE color: 10315028.

HSL color Cylindrical-coordinate representation of color #14659D: hue angle of 204.53º degrees, saturation: 0.77, 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 #14659D is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 101 157 -
CMYK 0.87 0.36 0 0.38
HSL 204.53º 0.77% 0.35% -
HSV(B) 204.53º 0.87% 0.62% -
XYZ 11.03 11.89 33.61 -
YUV 83.17 169.66 82.95 -
System Red Green Blue C M Y K H S L
Decimal 20 101 157 0.87 0.36 0 0.38 204.53 0.77 0.35
Hex 14 65 9D 57 24 0 26 CD 4D 23
Octal 24 145 235 127 44 0 46 315 115 43
Binary 10100 1100101 10011101 1010111 100100 0 100110 11001101 1001101 100011

Color Harmonies of #14659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14659D

Black with #14659D

Text Example


Text Example

White with #14659D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14659D; }

 p { color: rgb(20,101,157); }

 H1.HeaderClassName
 {
   color: #14659D;
 }
 .AnyTagClassName
 {
   color: #14659D;
 }
</style>

background-color css

<style>
 a { background-color: #14659D; }

 a { background-color: rgb(20,101,157); }

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

border-color css

<style>
 span { border-color: #14659D; }

 span { border-color: rgb(20,101,157); }

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