Html Css Color HEX #176385 Allports

📋 copy color: '#176385'

red 23 ◦ green 99 ◦ blue 133

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

Shades of Allports #176385

Tints of Allports #176385

RGB

 RED value IS 23 (9.38% from 255) = 9.02%

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

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

R = 9.02%
G = 38.82%
B = 52.16%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#176385 (or 0x176385) is known color: Allports. HEX triplet: 17, 63 and 85. RGB value is (23,99,133). Sum of RGB (Red+Green+Blue) = 23+99+133=255 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.02% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #176385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #176385 is #E89C7A. Grayscale: #4F4F4F. Windows color (decimal): -15244411 or 8741655. OLE color: 8741655.

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

Color convert

RGB 23 99 133 -
CMYK 0.83 0.26 0 0.48
HSL 198.55º 0.71% 0.31% -
HSV(B) 198.55º 0.83% 0.52% -
XYZ 9.05 10.8 23.8 -
YUV 80.15 157.82 87.24 -
System Red Green Blue C M Y K H S L
Decimal 23 99 133 0.83 0.26 0 0.48 198.55 0.71 0.31
Hex 17 63 85 53 1A 0 30 C7 47 1F
Octal 27 143 205 123 32 0 60 307 107 37
Binary 10111 1100011 10000101 1010011 11010 0 110000 11000111 1000111 11111

Color Harmonies of #176385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176385

Black with #176385

Text Example


Text Example

White with #176385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #176385; }

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

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

background-color css

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

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

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

border-color css

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

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

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