Html Css Color HEX #15648D Allports

📋 copy color: '#15648D'

red 21 ◦ green 100 ◦ blue 141

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

Shades of Allports #15648D

Tints of Allports #15648D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.82%

R = 8.02%
G = 38.17%
B = 53.82%

CMYK

 C value IS 0.85

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15648D (or 0x15648D) is known color: Allports. HEX triplet: 15, 64 and 8D. RGB value is (21,100,141). Sum of RGB (Red+Green+Blue) = 21+100+141=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #15648D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15648D is #EA9B72. Grayscale: #505050. Windows color (decimal): -15375219 or 9266197. OLE color: 9266197.

HSL color Cylindrical-coordinate representation of color #15648D: hue angle of 200.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15648D is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 100 141 -
CMYK 0.85 0.29 0 0.45
HSL 200.5º 0.74% 0.32% -
HSV(B) 200.5º 0.85% 0.55% -
XYZ 9.67 11.2 26.85 -
YUV 81.05 161.83 85.17 -
System Red Green Blue C M Y K H S L
Decimal 21 100 141 0.85 0.29 0 0.45 200.5 0.74 0.32
Hex 15 64 8D 55 1D 0 2D C8 4A 20
Octal 25 144 215 125 35 0 55 310 112 40
Binary 10101 1100100 10001101 1010101 11101 0 101101 11001000 1001010 100000

Color Harmonies of #15648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15648D

Black with #15648D

Text Example


Text Example

White with #15648D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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