Html Css Color HEX #15607D Allports

📋 copy color: '#15607D'

red 21 ◦ green 96 ◦ blue 125

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

Shades of Allports #15607D

Tints of Allports #15607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.67%

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

R = 8.68%
G = 39.67%
B = 51.65%

CMYK

 C value IS 0.83

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#15607D (or 0x15607D) is known color: Allports. HEX triplet: 15, 60 and 7D. RGB value is (21,96,125). Sum of RGB (Red+Green+Blue) = 21+96+125=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #15607D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15607D is #EA9F82. Grayscale: #4C4C4C. Windows color (decimal): -15376259 or 8216597. OLE color: 8216597.

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

Color convert

RGB 21 96 125 -
CMYK 0.83 0.23 0 0.51
HSL 196.73º 0.71% 0.29% -
HSV(B) 196.73º 0.83% 0.49% -
XYZ 8.19 10.01 20.9 -
YUV 76.88 155.15 88.14 -
System Red Green Blue C M Y K H S L
Decimal 21 96 125 0.83 0.23 0 0.51 196.73 0.71 0.29
Hex 15 60 7D 53 17 0 33 C5 47 1D
Octal 25 140 175 123 27 0 63 305 107 35
Binary 10101 1100000 1111101 1010011 10111 0 110011 11000101 1000111 11101

Color Harmonies of #15607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15607D

Black with #15607D

Text Example


Text Example

White with #15607D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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