Html Css Color HEX #17709B Lochmara

📋 copy color: '#17709B'

red 23 ◦ green 112 ◦ blue 155

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

Shades of Lochmara #17709B

Tints of Lochmara #17709B

RGB

 RED value IS 23 (9.38% from 255) = 7.93%

 GREEN value IS 112 (44.14% from 255) = 38.62%

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

R = 7.93%
G = 38.62%
B = 53.45%

CMYK

 C value IS 0.85

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#17709B (or 0x17709B) is known color: Lochmara. HEX triplet: 17, 70 and 9B. RGB value is (23,112,155). Sum of RGB (Red+Green+Blue) = 23+112+155=290 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.93% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #17709B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17709B is #E88F64. Grayscale: #5A5A5A. Windows color (decimal): -15241061 or 10186775. OLE color: 10186775.

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

Color convert

RGB 23 112 155 -
CMYK 0.85 0.28 0 0.39
HSL 199.55º 0.74% 0.35% -
HSV(B) 199.55º 0.85% 0.61% -
XYZ 12.06 14.14 33.1 -
YUV 90.29 164.51 80 -
System Red Green Blue C M Y K H S L
Decimal 23 112 155 0.85 0.28 0 0.39 199.55 0.74 0.35
Hex 17 70 9B 55 1C 0 27 C8 4A 23
Octal 27 160 233 125 34 0 47 310 112 43
Binary 10111 1110000 10011011 1010101 11100 0 100111 11001000 1001010 100011

Color Harmonies of #17709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17709B

Black with #17709B

Text Example


Text Example

White with #17709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,112,155); }

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

background-color css

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

 a { background-color: rgb(23,112,155); }

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

border-color css

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

 span { border-color: rgb(23,112,155); }

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