Html Css Color HEX #207495 Lochmara

📋 copy color: '#207495'

red 32 ◦ green 116 ◦ blue 149

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

Shades of Lochmara #207495

Tints of Lochmara #207495

RGB

 RED value IS 32 (12.89% from 255) = 10.77%

 GREEN value IS 116 (45.7% from 255) = 39.06%

 BLUE value IS 149 (58.59% from 255) = 50.17%

R = 10.77%
G = 39.06%
B = 50.17%

CMYK

 C value IS 0.79

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#207495 (or 0x207495) is known color: Lochmara. HEX triplet: 20, 74 and 95. RGB value is (32,116,149). Sum of RGB (Red+Green+Blue) = 32+116+149=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #207495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207495 is #DF8B6A. Grayscale: #5E5E5E. Windows color (decimal): -14650219 or 9794592. OLE color: 9794592.

HSL color Cylindrical-coordinate representation of color #207495: hue angle of 196.92º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #207495 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 116 149 -
CMYK 0.79 0.22 0 0.42
HSL 196.92º 0.65% 0.35% -
HSV(B) 196.92º 0.79% 0.58% -
XYZ 12.27 14.97 30.68 -
YUV 94.65 158.67 83.32 -
System Red Green Blue C M Y K H S L
Decimal 32 116 149 0.79 0.22 0 0.42 196.92 0.65 0.35
Hex 20 74 95 4F 16 0 2A C5 41 23
Octal 40 164 225 117 26 0 52 305 101 43
Binary 100000 1110100 10010101 1001111 10110 0 101010 11000101 1000001 100011

Color Harmonies of #207495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207495

Black with #207495

Text Example


Text Example

White with #207495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207495; }

 p { color: rgb(32,116,149); }

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

background-color css

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

 a { background-color: rgb(32,116,149); }

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

border-color css

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

 span { border-color: rgb(32,116,149); }

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