Html Css Color HEX #15659D Lochmara

📋 copy color: '#15659D'

red 21 ◦ green 101 ◦ blue 157

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

Shades of Lochmara #15659D

Tints of Lochmara #15659D

RGB

 RED value IS 21 (8.59% from 255) = 7.53%

 GREEN value IS 101 (39.84% from 255) = 36.2%

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

R = 7.53%
G = 36.2%
B = 56.27%

CMYK

 C value IS 0.87

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15659D (or 0x15659D) is known color: Lochmara. HEX triplet: 15, 65 and 9D. RGB value is (21,101,157). Sum of RGB (Red+Green+Blue) = 21+101+157=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #15659D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15659D is #EA9A62. Grayscale: #535353. Windows color (decimal): -15374947 or 10315029. OLE color: 10315029.

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

Color convert

RGB 21 101 157 -
CMYK 0.87 0.36 0 0.38
HSL 204.71º 0.76% 0.35% -
HSV(B) 204.71º 0.87% 0.62% -
XYZ 11.05 11.9 33.61 -
YUV 83.46 169.5 83.45 -
System Red Green Blue C M Y K H S L
Decimal 21 101 157 0.87 0.36 0 0.38 204.71 0.76 0.35
Hex 15 65 9D 57 24 0 26 CD 4C 23
Octal 25 145 235 127 44 0 46 315 114 43
Binary 10101 1100101 10011101 1010111 100100 0 100110 11001101 1001100 100011

Color Harmonies of #15659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15659D

Black with #15659D

Text Example


Text Example

White with #15659D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,101,157); }

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

background-color css

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

 a { background-color: rgb(21,101,157); }

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

border-color css

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

 span { border-color: rgb(21,101,157); }

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