Html Css Color HEX #1A7099 Lochmara

📋 copy color: '#1A7099'

red 26 ◦ green 112 ◦ blue 153

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

Shades of Lochmara #1A7099

Tints of Lochmara #1A7099

RGB

 RED value IS 26 (10.55% from 255) = 8.93%

 GREEN value IS 112 (44.14% from 255) = 38.49%

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

R = 8.93%
G = 38.49%
B = 52.58%

CMYK

 C value IS 0.83

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1A7099 (or 0x1A7099) is known color: Lochmara. HEX triplet: 1A, 70 and 99. RGB value is (26,112,153). Sum of RGB (Red+Green+Blue) = 26+112+153=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #1A7099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7099 is #E58F66. Grayscale: #5A5A5A. Windows color (decimal): -15044455 or 10055706. OLE color: 10055706.

HSL color Cylindrical-coordinate representation of color #1A7099: hue angle of 199.37º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A7099 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 26 112 153 -
CMYK 0.83 0.27 0 0.4
HSL 199.37º 0.71% 0.35% -
HSV(B) 199.37º 0.83% 0.6% -
XYZ 11.97 14.11 32.23 -
YUV 90.96 163.01 81.67 -
System Red Green Blue C M Y K H S L
Decimal 26 112 153 0.83 0.27 0 0.4 199.37 0.71 0.35
Hex 1A 70 99 53 1B 0 28 C7 47 23
Octal 32 160 231 123 33 0 50 307 107 43
Binary 11010 1110000 10011001 1010011 11011 0 101000 11000111 1000111 100011

Color Harmonies of #1A7099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7099

Black with #1A7099

Text Example


Text Example

White with #1A7099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A7099; }

 p { color: rgb(26,112,153); }

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

background-color css

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

 a { background-color: rgb(26,112,153); }

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

border-color css

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

 span { border-color: rgb(26,112,153); }

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