Html Css Color HEX #1D7599 Lochmara

📋 copy color: '#1D7599'

red 29 ◦ green 117 ◦ blue 153

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

Shades of Lochmara #1D7599

Tints of Lochmara #1D7599

RGB

 RED value IS 29 (11.72% from 255) = 9.7%

 GREEN value IS 117 (46.09% from 255) = 39.13%

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

R = 9.7%
G = 39.13%
B = 51.17%

CMYK

 C value IS 0.81

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1D7599 (or 0x1D7599) is known color: Lochmara. HEX triplet: 1D, 75 and 99. RGB value is (29,117,153). Sum of RGB (Red+Green+Blue) = 29+117+153=299 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.70% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D7599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7599 is #E28A66. Grayscale: #5E5E5E. Windows color (decimal): -14846567 or 10056989. OLE color: 10056989.

HSL color Cylindrical-coordinate representation of color #1D7599: hue angle of 197.42º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D7599 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 29 117 153 -
CMYK 0.81 0.24 0 0.4
HSL 197.42º 0.68% 0.36% -
HSV(B) 197.42º 0.81% 0.6% -
XYZ 12.62 15.28 32.42 -
YUV 94.79 160.85 81.07 -
System Red Green Blue C M Y K H S L
Decimal 29 117 153 0.81 0.24 0 0.4 197.42 0.68 0.36
Hex 1D 75 99 51 18 0 28 C5 44 24
Octal 35 165 231 121 30 0 50 305 104 44
Binary 11101 1110101 10011001 1010001 11000 0 101000 11000101 1000100 100100

Color Harmonies of #1D7599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7599

Black with #1D7599

Text Example


Text Example

White with #1D7599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,117,153); }

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

background-color css

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

 a { background-color: rgb(29,117,153); }

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

border-color css

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

 span { border-color: rgb(29,117,153); }

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