#180D3F

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

Shades of Tolopea #180D3F

Tints of Tolopea #180D3F

Color information

#180D3F (or 0x180D3F) is unknown color: approx Tolopea. HEX triplet: 18, 0D and 3F. RGB value is (24,13,63). Sum of RGB (Red+Green+Blue) = 24+13+63=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 63 (25% from 255 or 63% from 100); Max value from RGB is 63 - color contains mainly: blue. Hex color #180D3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180D3F is #E7F2C0. Grayscale: #151515. Windows color (decimal): -15200961 or 4132120. OLE color: 4132120.

HSL color Cylindrical-coordinate representation of color #180D3F: hue angle of 253.2º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #180D3F is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB241363-
CMYK0.620.7900.75
HSL253.2º65.79%14.9%-
HSV(B)253.2º79.37%24.71%-
XYZ1.420.844.79-
YUV21.99151.14129.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24%
GREEN value IS 13 (5.47% from 255) = 13%
BLUE value IS 63 (25% from 255) = 63%
R=24%
G=13%
B=63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2413630.620.7900.75253.265.7914.9
Hex18D3F3E4F04Bfd42f
Octal30157776117011337510217
Binary1100011011111111111101001111010010111111110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,13,63); }

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

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

 a { background-color: rgb(24,13,63); }

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

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

 span { border-color: rgb(24,13,63); }

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