Html Css Color HEX #15697D Allports

📋 copy color: '#15697D'

red 21 ◦ green 105 ◦ blue 125

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

Shades of Allports #15697D

Tints of Allports #15697D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.83%

 BLUE value IS 125 (49.22% from 255) = 49.8%

R = 8.37%
G = 41.83%
B = 49.8%

CMYK

 C value IS 0.83

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#15697D (or 0x15697D) is known color: Allports. HEX triplet: 15, 69 and 7D. RGB value is (21,105,125). Sum of RGB (Red+Green+Blue) = 21+105+125=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #15697D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15697D is #EA9682. Grayscale: #525252. Windows color (decimal): -15373955 or 8218901. OLE color: 8218901.

HSL color Cylindrical-coordinate representation of color #15697D: hue angle of 191.54º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15697D is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 105 125 -
CMYK 0.83 0.16 0 0.51
HSL 191.54º 0.71% 0.29% -
HSV(B) 191.54º 0.83% 0.49% -
XYZ 9.06 11.74 21.19 -
YUV 82.16 152.17 84.37 -
System Red Green Blue C M Y K H S L
Decimal 21 105 125 0.83 0.16 0 0.51 191.54 0.71 0.29
Hex 15 69 7D 53 10 0 33 C0 47 1D
Octal 25 151 175 123 20 0 63 300 107 35
Binary 10101 1101001 1111101 1010011 10000 0 110011 11000000 1000111 11101

Color Harmonies of #15697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15697D

Black with #15697D

Text Example


Text Example

White with #15697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,105,125); }

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

background-color css

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

 a { background-color: rgb(21,105,125); }

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

border-color css

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

 span { border-color: rgb(21,105,125); }

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