#180B32

Color #180B32 Tolopea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tolopea #180B32

Tints of Tolopea #180B32

Color information

#180B32 (or 0x180B32) is unknown color: approx Tolopea. HEX triplet: 18, 0B and 32. RGB value is (24,11,50). Sum of RGB (Red+Green+Blue) = 24+11+50=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 50 (19.92% from 255 or 58.82% from 85); Max value from RGB is 50 - color contains mainly: blue. Hex color #180B32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180B32 is #E7F4CD. Grayscale: #131313. Windows color (decimal): -15201486 or 3279640. OLE color: 3279640.

HSL color Cylindrical-coordinate representation of color #180B32: hue angle of 260º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #180B32 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB241150-
CMYK0.520.7800.80
HSL260º63.93%11.96%-
HSV(B)260º78%19.61%-
XYZ1.070.663.09-
YUV19.33145.31131.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 28.24%
GREEN value IS 11 (4.69% from 255) = 12.94%
BLUE value IS 50 (19.92% from 255) = 58.82%
R=28.24%
G=12.94%
B=58.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2411500.520.7800.8026063.9311.96
Hex18B32344E05010440c
Octal30136264116012040410014
Binary11000101111001011010010011100101000010000010010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180B32; }

 p { color: rgb(24,11,50); }

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

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

 a { background-color: rgb(24,11,50); }

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

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

 span { border-color: rgb(24,11,50); }

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