Html Css Color HEX #15679A Lochmara

📋 copy color: '#15679A'

red 21 ◦ green 103 ◦ blue 154

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

Shades of Lochmara #15679A

Tints of Lochmara #15679A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 55.4%

R = 7.55%
G = 37.05%
B = 55.4%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#15679A (or 0x15679A) is known color: Lochmara. HEX triplet: 15, 67 and 9A. RGB value is (21,103,154). Sum of RGB (Red+Green+Blue) = 21+103+154=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #15679A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15679A is #EA9865. Grayscale: #545454. Windows color (decimal): -15374438 or 10118933. OLE color: 10118933.

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

Color convert

RGB 21 103 154 -
CMYK 0.86 0.33 0 0.40
HSL 203.01º 0.76% 0.34% -
HSV(B) 203.01º 0.86% 0.6% -
XYZ 10.99 12.19 32.35 -
YUV 84.3 167.33 82.85 -
System Red Green Blue C M Y K H S L
Decimal 21 103 154 0.86 0.33 0 0.40 203.01 0.76 0.34
Hex 15 67 9A 56 21 0 28 CB 4C 22
Octal 25 147 232 126 41 0 50 313 114 42
Binary 10101 1100111 10011010 1010110 100001 0 101000 11001011 1001100 100010

Color Harmonies of #15679A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15679A

Black with #15679A

Text Example


Text Example

White with #15679A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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