Html Css Color HEX #1D739F Lochmara

📋 copy color: '#1D739F'

red 29 ◦ green 115 ◦ blue 159

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

Shades of Lochmara #1D739F

Tints of Lochmara #1D739F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.95%

 BLUE value IS 159 (62.5% from 255) = 52.48%

R = 9.57%
G = 37.95%
B = 52.48%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D739F (or 0x1D739F) is known color: Lochmara. HEX triplet: 1D, 73 and 9F. RGB value is (29,115,159). Sum of RGB (Red+Green+Blue) = 29+115+159=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #1D739F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D739F is #E28C60. Grayscale: #5E5E5E. Windows color (decimal): -14847073 or 10449693. OLE color: 10449693.

HSL color Cylindrical-coordinate representation of color #1D739F: hue angle of 200.31º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D739F is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 29 115 159 -
CMYK 0.82 0.28 0 0.38
HSL 200.31º 0.69% 0.37% -
HSV(B) 200.31º 0.82% 0.62% -
XYZ 12.9 15.03 35.02 -
YUV 94.3 164.51 81.42 -
System Red Green Blue C M Y K H S L
Decimal 29 115 159 0.82 0.28 0 0.38 200.31 0.69 0.37
Hex 1D 73 9F 52 1C 0 26 C8 45 25
Octal 35 163 237 122 34 0 46 310 105 45
Binary 11101 1110011 10011111 1010010 11100 0 100110 11001000 1000101 100101

Color Harmonies of #1D739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D739F

Black with #1D739F

Text Example


Text Example

White with #1D739F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,115,159); }

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

background-color css

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

 a { background-color: rgb(29,115,159); }

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

border-color css

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

 span { border-color: rgb(29,115,159); }

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