Html Css Color HEX #17709D Lochmara

📋 copy color: '#17709D'

red 23 ◦ green 112 ◦ blue 157

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

Shades of Lochmara #17709D

Tints of Lochmara #17709D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 53.77%

R = 7.88%
G = 38.36%
B = 53.77%

CMYK

 C value IS 0.85

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#17709D (or 0x17709D) is known color: Lochmara. HEX triplet: 17, 70 and 9D. RGB value is (23,112,157). Sum of RGB (Red+Green+Blue) = 23+112+157=292 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.88% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #17709D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17709D is #E88F62. Grayscale: #5A5A5A. Windows color (decimal): -15241059 or 10317847. OLE color: 10317847.

HSL color Cylindrical-coordinate representation of color #17709D: hue angle of 200.15º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17709D is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 23 112 157 -
CMYK 0.85 0.29 0 0.38
HSL 200.15º 0.74% 0.35% -
HSV(B) 200.15º 0.85% 0.62% -
XYZ 12.23 14.2 34 -
YUV 90.52 165.51 79.84 -
System Red Green Blue C M Y K H S L
Decimal 23 112 157 0.85 0.29 0 0.38 200.15 0.74 0.35
Hex 17 70 9D 55 1D 0 26 C8 4A 23
Octal 27 160 235 125 35 0 46 310 112 43
Binary 10111 1110000 10011101 1010101 11101 0 100110 11001000 1001010 100011

Color Harmonies of #17709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17709D

Black with #17709D

Text Example


Text Example

White with #17709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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