Html Css Color HEX #15697E Allports

📋 copy color: '#15697E'

red 21 ◦ green 105 ◦ blue 126

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

Shades of Allports #15697E

Tints of Allports #15697E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 50%

R = 8.33%
G = 41.67%
B = 50%

CMYK

 C value IS 0.83

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#15697E (or 0x15697E) is known color: Allports. HEX triplet: 15, 69 and 7E. RGB value is (21,105,126). Sum of RGB (Red+Green+Blue) = 21+105+126=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 126 (49.61% from 255 or 50% from 252); Max value from RGB is 126 - color contains mainly: blue. Hex color #15697E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15697E is #EA9681. Grayscale: #525252. Windows color (decimal): -15373954 or 8284437. OLE color: 8284437.

HSL color Cylindrical-coordinate representation of color #15697E: hue angle of 192º 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 #15697E is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 105 126 -
CMYK 0.83 0.17 0 0.51
HSL 192º 0.71% 0.29% -
HSV(B) 192º 0.83% 0.49% -
XYZ 9.13 11.77 21.53 -
YUV 82.28 152.67 84.29 -
System Red Green Blue C M Y K H S L
Decimal 21 105 126 0.83 0.17 0 0.51 192 0.71 0.29
Hex 15 69 7E 53 11 0 33 C0 47 1D
Octal 25 151 176 123 21 0 63 300 107 35
Binary 10101 1101001 1111110 1010011 10001 0 110011 11000000 1000111 11101

Color Harmonies of #15697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15697E

Black with #15697E

Text Example


Text Example

White with #15697E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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