Html Css Color HEX #15679D Lochmara

📋 copy color: '#15679D'

red 21 ◦ green 103 ◦ blue 157

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

Shades of Lochmara #15679D

Tints of Lochmara #15679D

RGB

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

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

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

R = 7.47%
G = 36.65%
B = 55.87%

CMYK

 C value IS 0.87

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#15679D (or 0x15679D) is known color: Lochmara. HEX triplet: 15, 67 and 9D. RGB value is (21,103,157). Sum of RGB (Red+Green+Blue) = 21+103+157=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #15679D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15679D is #EA9862. Grayscale: #545454. Windows color (decimal): -15374435 or 10315541. OLE color: 10315541.

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

Color convert

RGB 21 103 157 -
CMYK 0.87 0.34 0 0.38
HSL 203.82º 0.76% 0.35% -
HSV(B) 203.82º 0.87% 0.62% -
XYZ 11.25 12.29 33.68 -
YUV 84.64 168.83 82.61 -
System Red Green Blue C M Y K H S L
Decimal 21 103 157 0.87 0.34 0 0.38 203.82 0.76 0.35
Hex 15 67 9D 57 22 0 26 CC 4C 23
Octal 25 147 235 127 42 0 46 314 114 43
Binary 10101 1100111 10011101 1010111 100010 0 100110 11001100 1001100 100011

Color Harmonies of #15679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15679D

Black with #15679D

Text Example


Text Example

White with #15679D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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