Html Css Color HEX #1C709A Lochmara

📋 copy color: '#1C709A'

red 28 ◦ green 112 ◦ blue 154

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

Shades of Lochmara #1C709A

Tints of Lochmara #1C709A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.1%

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

R = 9.52%
G = 38.1%
B = 52.38%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1C709A (or 0x1C709A) is known color: Lochmara. HEX triplet: 1C, 70 and 9A. RGB value is (28,112,154). Sum of RGB (Red+Green+Blue) = 28+112+154=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #1C709A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C709A is #E38F65. Grayscale: #5B5B5B. Windows color (decimal): -14913382 or 10121244. OLE color: 10121244.

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

Color convert

RGB 28 112 154 -
CMYK 0.82 0.27 0 0.40
HSL 200º 0.69% 0.36% -
HSV(B) 200º 0.82% 0.6% -
XYZ 12.11 14.17 32.67 -
YUV 91.67 163.17 82.58 -
System Red Green Blue C M Y K H S L
Decimal 28 112 154 0.82 0.27 0 0.40 200 0.69 0.36
Hex 1C 70 9A 52 1B 0 28 C8 45 24
Octal 34 160 232 122 33 0 50 310 105 44
Binary 11100 1110000 10011010 1010010 11011 0 101000 11001000 1000101 100100

Color Harmonies of #1C709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C709A

Black with #1C709A

Text Example


Text Example

White with #1C709A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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