Html Css Color HEX #1D749A Lochmara

📋 copy color: '#1D749A'

red 29 ◦ green 116 ◦ blue 154

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

Shades of Lochmara #1D749A

Tints of Lochmara #1D749A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 51.51%

R = 9.7%
G = 38.8%
B = 51.51%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1D749A (or 0x1D749A) is known color: Lochmara. HEX triplet: 1D, 74 and 9A. RGB value is (29,116,154). Sum of RGB (Red+Green+Blue) = 29+116+154=299 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.70% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D749A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D749A is #E28B65. Grayscale: #5E5E5E. Windows color (decimal): -14846822 or 10122269. OLE color: 10122269.

HSL color Cylindrical-coordinate representation of color #1D749A: hue angle of 198.24º 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 #1D749A is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 29 116 154 -
CMYK 0.81 0.25 0 0.40
HSL 198.24º 0.68% 0.36% -
HSV(B) 198.24º 0.81% 0.6% -
XYZ 12.58 15.09 32.82 -
YUV 94.32 161.68 81.41 -
System Red Green Blue C M Y K H S L
Decimal 29 116 154 0.81 0.25 0 0.40 198.24 0.68 0.36
Hex 1D 74 9A 51 19 0 28 C6 44 24
Octal 35 164 232 121 31 0 50 306 104 44
Binary 11101 1110100 10011010 1010001 11001 0 101000 11000110 1000100 100100

Color Harmonies of #1D749A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D749A

Black with #1D749A

Text Example


Text Example

White with #1D749A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,116,154); }

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

background-color css

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

 a { background-color: rgb(29,116,154); }

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

border-color css

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

 span { border-color: rgb(29,116,154); }

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