Html Css Color HEX #15679B Lochmara

📋 copy color: '#15679B'

red 21 ◦ green 103 ◦ blue 155

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

Shades of Lochmara #15679B

Tints of Lochmara #15679B

RGB

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

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

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

R = 7.53%
G = 36.92%
B = 55.56%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#15679B (or 0x15679B) is known color: Lochmara. HEX triplet: 15, 67 and 9B. RGB value is (21,103,155). Sum of RGB (Red+Green+Blue) = 21+103+155=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #15679B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15679B is #EA9864. Grayscale: #545454. Windows color (decimal): -15374437 or 10184469. OLE color: 10184469.

HSL color Cylindrical-coordinate representation of color #15679B: hue angle of 203.28º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15679B is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 103 155 -
CMYK 0.86 0.34 0 0.39
HSL 203.28º 0.76% 0.35% -
HSV(B) 203.28º 0.86% 0.61% -
XYZ 11.08 12.23 32.79 -
YUV 84.41 167.83 82.77 -
System Red Green Blue C M Y K H S L
Decimal 21 103 155 0.86 0.34 0 0.39 203.28 0.76 0.35
Hex 15 67 9B 56 22 0 27 CB 4C 23
Octal 25 147 233 126 42 0 47 313 114 43
Binary 10101 1100111 10011011 1010110 100010 0 100111 11001011 1001100 100011

Color Harmonies of #15679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15679B

Black with #15679B

Text Example


Text Example

White with #15679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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