Html Css Color HEX #18679B Lochmara

📋 copy color: '#18679B'

red 24 ◦ green 103 ◦ blue 155

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

Shades of Lochmara #18679B

Tints of Lochmara #18679B

RGB

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

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

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

R = 8.51%
G = 36.52%
B = 54.96%

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

#18679B (or 0x18679B) is known color: Lochmara. HEX triplet: 18, 67 and 9B. RGB value is (24,103,155). Sum of RGB (Red+Green+Blue) = 24+103+155=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #18679B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18679B is #E79864. Grayscale: #555555. Windows color (decimal): -15177829 or 10184472. OLE color: 10184472.

HSL color Cylindrical-coordinate representation of color #18679B: hue angle of 203.82º 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 #18679B is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 103 155 -
CMYK 0.85 0.34 0 0.39
HSL 203.82º 0.73% 0.35% -
HSV(B) 203.82º 0.85% 0.61% -
XYZ 11.14 12.26 32.79 -
YUV 85.31 167.33 84.27 -
System Red Green Blue C M Y K H S L
Decimal 24 103 155 0.85 0.34 0 0.39 203.82 0.73 0.35
Hex 18 67 9B 55 22 0 27 CC 49 23
Octal 30 147 233 125 42 0 47 314 111 43
Binary 11000 1100111 10011011 1010101 100010 0 100111 11001100 1001001 100011

Color Harmonies of #18679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18679B

Black with #18679B

Text Example


Text Example

White with #18679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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