Html Css Color HEX #1C759D Lochmara

📋 copy color: '#1C759D'

red 28 ◦ green 117 ◦ blue 157

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

Shades of Lochmara #1C759D

Tints of Lochmara #1C759D

RGB

 RED value IS 28 (11.33% from 255) = 9.27%

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

 BLUE value IS 157 (61.72% from 255) = 51.99%

R = 9.27%
G = 38.74%
B = 51.99%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1C759D (or 0x1C759D) is known color: Lochmara. HEX triplet: 1C, 75 and 9D. RGB value is (28,117,157). Sum of RGB (Red+Green+Blue) = 28+117+157=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C759D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C759D is #E38A62. Grayscale: #5E5E5E. Windows color (decimal): -14912099 or 10319132. OLE color: 10319132.

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

Color convert

RGB 28 117 157 -
CMYK 0.82 0.25 0 0.38
HSL 198.6º 0.7% 0.36% -
HSV(B) 198.6º 0.82% 0.62% -
XYZ 12.93 15.4 34.19 -
YUV 94.95 163.01 80.25 -
System Red Green Blue C M Y K H S L
Decimal 28 117 157 0.82 0.25 0 0.38 198.6 0.7 0.36
Hex 1C 75 9D 52 19 0 26 C7 46 24
Octal 34 165 235 122 31 0 46 307 106 44
Binary 11100 1110101 10011101 1010010 11001 0 100110 11000111 1000110 100100

Color Harmonies of #1C759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C759D

Black with #1C759D

Text Example


Text Example

White with #1C759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,117,157); }

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

background-color css

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

 a { background-color: rgb(28,117,157); }

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

border-color css

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

 span { border-color: rgb(28,117,157); }

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