Html Css Color HEX #1C759A Lochmara

📋 copy color: '#1C759A'

red 28 ◦ green 117 ◦ blue 154

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

Shades of Lochmara #1C759A

Tints of Lochmara #1C759A

RGB

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

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

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

R = 9.36%
G = 39.13%
B = 51.51%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1C759A (or 0x1C759A) is known color: Lochmara. HEX triplet: 1C, 75 and 9A. RGB value is (28,117,154). Sum of RGB (Red+Green+Blue) = 28+117+154=299 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.36% from 299); Green value is 117 (46.09% from 255 or 39.13% 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 #1C759A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C759A is #E38A65. Grayscale: #5E5E5E. Windows color (decimal): -14912102 or 10122524. OLE color: 10122524.

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

Color convert

RGB 28 117 154 -
CMYK 0.82 0.24 0 0.40
HSL 197.62º 0.69% 0.36% -
HSV(B) 197.62º 0.82% 0.6% -
XYZ 12.67 15.3 32.86 -
YUV 94.61 161.51 80.49 -
System Red Green Blue C M Y K H S L
Decimal 28 117 154 0.82 0.24 0 0.40 197.62 0.69 0.36
Hex 1C 75 9A 52 18 0 28 C6 45 24
Octal 34 165 232 122 30 0 50 306 105 44
Binary 11100 1110101 10011010 1010010 11000 0 101000 11000110 1000101 100100

Color Harmonies of #1C759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C759A

Black with #1C759A

Text Example


Text Example

White with #1C759A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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