Html Css Color HEX #2063A0 Lochmara

📋 copy color: '#2063A0'

red 32 ◦ green 99 ◦ blue 160

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

Shades of Lochmara #2063A0

Tints of Lochmara #2063A0

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.02%

 BLUE value IS 160 (62.89% from 255) = 54.98%

R = 11%
G = 34.02%
B = 54.98%

CMYK

 C value IS 0.80

 M value IS 0.38

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2063A0 (or 0x2063A0) is known color: Lochmara. HEX triplet: 20, 63 and A0. RGB value is (32,99,160). Sum of RGB (Red+Green+Blue) = 32+99+160=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 160 (62.89% from 255 or 54.98% from 291); Max value from RGB is 160 - color contains mainly: blue. Hex color #2063A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2063A0 is #DF9C5F. Grayscale: #555555. Windows color (decimal): -14654560 or 10511136. OLE color: 10511136.

HSL color Cylindrical-coordinate representation of color #2063A0: hue angle of 208.59º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2063A0 is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 32 99 160 -
CMYK 0.80 0.38 0 0.37
HSL 208.59º 0.67% 0.38% -
HSV(B) 208.59º 0.8% 0.63% -
XYZ 11.4 11.77 34.93 -
YUV 85.92 169.8 89.54 -
System Red Green Blue C M Y K H S L
Decimal 32 99 160 0.80 0.38 0 0.37 208.59 0.67 0.38
Hex 20 63 A0 50 26 0 25 D1 43 26
Octal 40 143 240 120 46 0 45 321 103 46
Binary 100000 1100011 10100000 1010000 100110 0 100101 11010001 1000011 100110

Color Harmonies of #2063A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2063A0

Black with #2063A0

Text Example


Text Example

White with #2063A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2063A0; }

 p { color: rgb(32,99,160); }

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

background-color css

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

 a { background-color: rgb(32,99,160); }

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

border-color css

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

 span { border-color: rgb(32,99,160); }

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