Html Css Color HEX #18719B Lochmara

📋 copy color: '#18719B'

red 24 ◦ green 113 ◦ blue 155

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

Shades of Lochmara #18719B

Tints of Lochmara #18719B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.7%

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

R = 8.22%
G = 38.7%
B = 53.08%

CMYK

 C value IS 0.85

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18719B (or 0x18719B) is known color: Lochmara. HEX triplet: 18, 71 and 9B. RGB value is (24,113,155). Sum of RGB (Red+Green+Blue) = 24+113+155=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #18719B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18719B is #E78E64. Grayscale: #5A5A5A. Windows color (decimal): -15175269 or 10187032. OLE color: 10187032.

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

Color convert

RGB 24 113 155 -
CMYK 0.85 0.27 0 0.39
HSL 199.24º 0.73% 0.35% -
HSV(B) 199.24º 0.85% 0.61% -
XYZ 12.2 14.37 33.14 -
YUV 91.18 164.01 80.08 -
System Red Green Blue C M Y K H S L
Decimal 24 113 155 0.85 0.27 0 0.39 199.24 0.73 0.35
Hex 18 71 9B 55 1B 0 27 C7 49 23
Octal 30 161 233 125 33 0 47 307 111 43
Binary 11000 1110001 10011011 1010101 11011 0 100111 11000111 1001001 100011

Color Harmonies of #18719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18719B

Black with #18719B

Text Example


Text Example

White with #18719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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