Html Css Color HEX #18679C Lochmara

📋 copy color: '#18679C'

red 24 ◦ green 103 ◦ blue 156

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

Shades of Lochmara #18679C

Tints of Lochmara #18679C

RGB

 RED value IS 24 (9.77% from 255) = 8.48%

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

 BLUE value IS 156 (61.33% from 255) = 55.12%

R = 8.48%
G = 36.4%
B = 55.12%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18679C (or 0x18679C) is known color: Lochmara. HEX triplet: 18, 67 and 9C. RGB value is (24,103,156). Sum of RGB (Red+Green+Blue) = 24+103+156=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #18679C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18679C is #E79863. Grayscale: #555555. Windows color (decimal): -15177828 or 10250008. OLE color: 10250008.

HSL color Cylindrical-coordinate representation of color #18679C: hue angle of 204.09º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18679C is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 103 156 -
CMYK 0.85 0.34 0 0.39
HSL 204.09º 0.73% 0.35% -
HSV(B) 204.09º 0.85% 0.61% -
XYZ 11.23 12.29 33.23 -
YUV 85.42 167.83 84.19 -
System Red Green Blue C M Y K H S L
Decimal 24 103 156 0.85 0.34 0 0.39 204.09 0.73 0.35
Hex 18 67 9C 55 22 0 27 CC 49 23
Octal 30 147 234 125 42 0 47 314 111 43
Binary 11000 1100111 10011100 1010101 100010 0 100111 11001100 1001001 100011

Color Harmonies of #18679C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18679C

Black with #18679C

Text Example


Text Example

White with #18679C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18679C; }

 p { color: rgb(24,103,156); }

 H1.HeaderClassName
 {
   color: #18679C;
 }
 .AnyTagClassName
 {
   color: #18679C;
 }
</style>

background-color css

<style>
 a { background-color: #18679C; }

 a { background-color: rgb(24,103,156); }

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

border-color css

<style>
 span { border-color: #18679C; }

 span { border-color: rgb(24,103,156); }

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