Html Css Color HEX #15669B Lochmara

📋 copy color: '#15669B'

red 21 ◦ green 102 ◦ blue 155

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

Shades of Lochmara #15669B

Tints of Lochmara #15669B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.69%

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

R = 7.55%
G = 36.69%
B = 55.76%

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

#15669B (or 0x15669B) is known color: Lochmara. HEX triplet: 15, 66 and 9B. RGB value is (21,102,155). Sum of RGB (Red+Green+Blue) = 21+102+155=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #15669B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15669B is #EA9964. Grayscale: #535353. Windows color (decimal): -15374693 or 10184213. OLE color: 10184213.

HSL color Cylindrical-coordinate representation of color #15669B: hue angle of 203.73º 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 #15669B is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 102 155 -
CMYK 0.86 0.34 0 0.39
HSL 203.73º 0.76% 0.35% -
HSV(B) 203.73º 0.86% 0.61% -
XYZ 10.98 12.03 32.75 -
YUV 83.82 168.16 83.19 -
System Red Green Blue C M Y K H S L
Decimal 21 102 155 0.86 0.34 0 0.39 203.73 0.76 0.35
Hex 15 66 9B 56 22 0 27 CC 4C 23
Octal 25 146 233 126 42 0 47 314 114 43
Binary 10101 1100110 10011011 1010110 100010 0 100111 11001100 1001100 100011

Color Harmonies of #15669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15669B

Black with #15669B

Text Example


Text Example

White with #15669B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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