Html Css Color HEX #1C729D Lochmara

📋 copy color: '#1C729D'

red 28 ◦ green 114 ◦ blue 157

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

Shades of Lochmara #1C729D

Tints of Lochmara #1C729D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.13%

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

R = 9.36%
G = 38.13%
B = 52.51%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1C729D (or 0x1C729D) is known color: Lochmara. HEX triplet: 1C, 72 and 9D. RGB value is (28,114,157). Sum of RGB (Red+Green+Blue) = 28+114+157=299 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.36% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C729D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C729D is #E38D62. Grayscale: #5C5C5C. Windows color (decimal): -14912867 or 10318364. OLE color: 10318364.

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

Color convert

RGB 28 114 157 -
CMYK 0.82 0.27 0 0.38
HSL 200º 0.7% 0.36% -
HSV(B) 200º 0.82% 0.62% -
XYZ 12.58 14.72 34.08 -
YUV 93.19 164.01 81.5 -
System Red Green Blue C M Y K H S L
Decimal 28 114 157 0.82 0.27 0 0.38 200 0.7 0.36
Hex 1C 72 9D 52 1B 0 26 C8 46 24
Octal 34 162 235 122 33 0 46 310 106 44
Binary 11100 1110010 10011101 1010010 11011 0 100110 11001000 1000110 100100

Color Harmonies of #1C729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C729D

Black with #1C729D

Text Example


Text Example

White with #1C729D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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