Html Css Color HEX #156385 Allports

📋 copy color: '#156385'

red 21 ◦ green 99 ◦ blue 133

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

Shades of Allports #156385

Tints of Allports #156385

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.13%

 BLUE value IS 133 (52.34% from 255) = 52.57%

R = 8.3%
G = 39.13%
B = 52.57%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#156385 (or 0x156385) is known color: Allports. HEX triplet: 15, 63 and 85. RGB value is (21,99,133). Sum of RGB (Red+Green+Blue) = 21+99+133=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #156385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156385 is #EA9C7A. Grayscale: #4F4F4F. Windows color (decimal): -15375483 or 8741653. OLE color: 8741653.

HSL color Cylindrical-coordinate representation of color #156385: hue angle of 198.21º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #156385 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 99 133 -
CMYK 0.84 0.26 0 0.48
HSL 198.21º 0.73% 0.3% -
HSV(B) 198.21º 0.84% 0.52% -
XYZ 9 10.78 23.8 -
YUV 79.55 158.16 86.24 -
System Red Green Blue C M Y K H S L
Decimal 21 99 133 0.84 0.26 0 0.48 198.21 0.73 0.3
Hex 15 63 85 54 1A 0 30 C6 49 1E
Octal 25 143 205 124 32 0 60 306 111 36
Binary 10101 1100011 10000101 1010100 11010 0 110000 11000110 1001001 11110

Color Harmonies of #156385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156385

Black with #156385

Text Example


Text Example

White with #156385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156385; }

 p { color: rgb(21,99,133); }

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

background-color css

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

 a { background-color: rgb(21,99,133); }

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

border-color css

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

 span { border-color: rgb(21,99,133); }

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