Html Css Color HEX #15648F Allports

📋 copy color: '#15648F'

red 21 ◦ green 100 ◦ blue 143

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

Shades of Allports #15648F

Tints of Allports #15648F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 54.17%

R = 7.95%
G = 37.88%
B = 54.17%

CMYK

 C value IS 0.85

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#15648F (or 0x15648F) is known color: Allports. HEX triplet: 15, 64 and 8F. RGB value is (21,100,143). Sum of RGB (Red+Green+Blue) = 21+100+143=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 143 (56.25% from 255 or 54.17% from 264); Max value from RGB is 143 - color contains mainly: blue. Hex color #15648F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15648F is #EA9B70. Grayscale: #515151. Windows color (decimal): -15375217 or 9397269. OLE color: 9397269.

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

Color convert

RGB 21 100 143 -
CMYK 0.85 0.30 0 0.44
HSL 201.15º 0.74% 0.32% -
HSV(B) 201.15º 0.85% 0.56% -
XYZ 9.82 11.26 27.64 -
YUV 81.28 162.83 85 -
System Red Green Blue C M Y K H S L
Decimal 21 100 143 0.85 0.30 0 0.44 201.15 0.74 0.32
Hex 15 64 8F 55 1E 0 2C C9 4A 20
Octal 25 144 217 125 36 0 54 311 112 40
Binary 10101 1100100 10001111 1010101 11110 0 101100 11001001 1001010 100000

Color Harmonies of #15648F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15648F

Black with #15648F

Text Example


Text Example

White with #15648F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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