Html Css Color HEX #146899 Lochmara

📋 copy color: '#146899'

red 20 ◦ green 104 ◦ blue 153

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

Shades of Lochmara #146899

Tints of Lochmara #146899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.55%

 BLUE value IS 153 (60.16% from 255) = 55.23%

R = 7.22%
G = 37.55%
B = 55.23%

CMYK

 C value IS 0.87

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#146899 (or 0x146899) is known color: Lochmara. HEX triplet: 14, 68 and 99. RGB value is (20,104,153). Sum of RGB (Red+Green+Blue) = 20+104+153=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #146899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146899 is #EB9766. Grayscale: #545454. Windows color (decimal): -15439719 or 10053652. OLE color: 10053652.

HSL color Cylindrical-coordinate representation of color #146899: hue angle of 202.11º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #146899 is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 20 104 153 -
CMYK 0.87 0.32 0 0.4
HSL 202.11º 0.77% 0.34% -
HSV(B) 202.11º 0.87% 0.6% -
XYZ 10.99 12.35 31.94 -
YUV 84.47 166.67 82.02 -
System Red Green Blue C M Y K H S L
Decimal 20 104 153 0.87 0.32 0 0.4 202.11 0.77 0.34
Hex 14 68 99 57 20 0 28 CA 4D 22
Octal 24 150 231 127 40 0 50 312 115 42
Binary 10100 1101000 10011001 1010111 100000 0 101000 11001010 1001101 100010

Color Harmonies of #146899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146899

Black with #146899

Text Example


Text Example

White with #146899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146899; }

 p { color: rgb(20,104,153); }

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

background-color css

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

 a { background-color: rgb(20,104,153); }

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

border-color css

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

 span { border-color: rgb(20,104,153); }

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