Html Css Color HEX #15647D Allports

📋 copy color: '#15647D'

red 21 ◦ green 100 ◦ blue 125

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

Shades of Allports #15647D

Tints of Allports #15647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.65%

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

R = 8.54%
G = 40.65%
B = 50.81%

CMYK

 C value IS 0.83

 M value IS 0.2

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#15647D (or 0x15647D) is known color: Allports. HEX triplet: 15, 64 and 7D. RGB value is (21,100,125). Sum of RGB (Red+Green+Blue) = 21+100+125=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #15647D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15647D is #EA9B82. Grayscale: #4F4F4F. Windows color (decimal): -15375235 or 8217621. OLE color: 8217621.

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

Color convert

RGB 21 100 125 -
CMYK 0.83 0.2 0 0.51
HSL 194.42º 0.71% 0.29% -
HSV(B) 194.42º 0.83% 0.49% -
XYZ 8.57 10.75 21.03 -
YUV 79.23 153.83 86.47 -
System Red Green Blue C M Y K H S L
Decimal 21 100 125 0.83 0.2 0 0.51 194.42 0.71 0.29
Hex 15 64 7D 53 14 0 33 C2 47 1D
Octal 25 144 175 123 24 0 63 302 107 35
Binary 10101 1100100 1111101 1010011 10100 0 110011 11000010 1000111 11101

Color Harmonies of #15647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15647D

Black with #15647D

Text Example


Text Example

White with #15647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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