Html Css Color HEX #1C679B Lochmara

📋 copy color: '#1C679B'

red 28 ◦ green 103 ◦ blue 155

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

Shades of Lochmara #1C679B

Tints of Lochmara #1C679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.01%

 BLUE value IS 155 (60.94% from 255) = 54.2%

R = 9.79%
G = 36.01%
B = 54.2%

CMYK

 C value IS 0.82

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C679B (or 0x1C679B) is known color: Lochmara. HEX triplet: 1C, 67 and 9B. RGB value is (28,103,155). Sum of RGB (Red+Green+Blue) = 28+103+155=286 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.79% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C679B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C679B is #E39864. Grayscale: #565656. Windows color (decimal): -14915685 or 10184476. OLE color: 10184476.

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

Color convert

RGB 28 103 155 -
CMYK 0.82 0.34 0 0.39
HSL 204.57º 0.69% 0.36% -
HSV(B) 204.57º 0.82% 0.61% -
XYZ 11.25 12.31 32.79 -
YUV 86.5 166.65 86.27 -
System Red Green Blue C M Y K H S L
Decimal 28 103 155 0.82 0.34 0 0.39 204.57 0.69 0.36
Hex 1C 67 9B 52 22 0 27 CD 45 24
Octal 34 147 233 122 42 0 47 315 105 44
Binary 11100 1100111 10011011 1010010 100010 0 100111 11001101 1000101 100100

Color Harmonies of #1C679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C679B

Black with #1C679B

Text Example


Text Example

White with #1C679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,103,155); }

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

background-color css

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

 a { background-color: rgb(28,103,155); }

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

border-color css

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

 span { border-color: rgb(28,103,155); }

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