Html Css Color HEX #1C749D Lochmara

📋 copy color: '#1C749D'

red 28 ◦ green 116 ◦ blue 157

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

Shades of Lochmara #1C749D

Tints of Lochmara #1C749D

RGB

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

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

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

R = 9.3%
G = 38.54%
B = 52.16%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1C749D (or 0x1C749D) is known color: Lochmara. HEX triplet: 1C, 74 and 9D. RGB value is (28,116,157). Sum of RGB (Red+Green+Blue) = 28+116+157=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C749D is #E38B62. Grayscale: #5E5E5E. Windows color (decimal): -14912355 or 10318876. OLE color: 10318876.

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

Color convert

RGB 28 116 157 -
CMYK 0.82 0.26 0 0.38
HSL 199.07º 0.7% 0.36% -
HSV(B) 199.07º 0.82% 0.62% -
XYZ 12.81 15.17 34.15 -
YUV 94.36 163.35 80.67 -
System Red Green Blue C M Y K H S L
Decimal 28 116 157 0.82 0.26 0 0.38 199.07 0.7 0.36
Hex 1C 74 9D 52 1A 0 26 C7 46 24
Octal 34 164 235 122 32 0 46 307 106 44
Binary 11100 1110100 10011101 1010010 11010 0 100110 11000111 1000110 100100

Color Harmonies of #1C749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C749D

Black with #1C749D

Text Example


Text Example

White with #1C749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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