#18607B

Color #18607B Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #18607B

Tints of Allports #18607B

Color information

#18607B (or 0x18607B) is unknown color: approx Allports. HEX triplet: 18, 60 and 7B. RGB value is (24,96,123). Sum of RGB (Red+Green+Blue) = 24+96+123=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #18607B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18607B is #E79F84. Grayscale: #4D4D4D. Windows color (decimal): -15179653 or 8085528. OLE color: 8085528.

HSL color Cylindrical-coordinate representation of color #18607B: hue angle of 196.36º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18607B is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2496123-
CMYK0.800.2200.52
HSL196.36º67.35%28.82%-
HSV(B)196.36º80.49%48.24%-
XYZ8.139.9920.24-
YUV77.55153.6589.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.88%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 123 (48.44% from 255) = 50.62%
R=9.88%
G=39.51%
B=50.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24961230.800.2200.52196.3667.3528.82
Hex18607B5016034c4431d
Octal301401731202606430410335
Binary1100011000001111011101000010110011010011000100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18607B; }

 p { color: rgb(24,96,123); }

 H1.HeaderClassName
 {
   color: #18607B;
 }
 .AnyTagClassName
 {
   color: #18607B;
 }
</style>
background-color css

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

 a { background-color: rgb(24,96,123); }

 div.DivClassName
 {
   background-color: #18607B;
 }
 .BgClassName
 {
   background-color: #18607B;
 }
</style>
border-color css

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

 span { border-color: rgb(24,96,123); }

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