#12404B

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

Shades of Tiber #12404B

Tints of Tiber #12404B

Color information

#12404B (or 0x12404B) is unknown color: approx Tiber. HEX triplet: 12, 40 and 4B. RGB value is (18,64,75). Sum of RGB (Red+Green+Blue) = 18+64+75=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #12404B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12404B is #EDBFB4. Grayscale: #333333. Windows color (decimal): -15581109 or 4931602. OLE color: 4931602.

HSL color Cylindrical-coordinate representation of color #12404B: hue angle of 191.58º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12404B is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB186475-
CMYK0.760.1500.71
HSL191.58º61.29%18.24%-
HSV(B)191.58º76%29.41%-
XYZ3.354.37.31-
YUV51.5141.26104.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 64 (25.39% from 255) = 40.76%
BLUE value IS 75 (29.69% from 255) = 47.77%
R=11.46%
G=40.76%
B=47.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1864750.760.1500.71191.5861.2918.24
Hex12404B4CF047c03d12
Octal221001131141701073007522
Binary100101000000100101110011001111010001111100000011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,64,75); }

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

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

 a { background-color: rgb(18,64,75); }

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

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

 span { border-color: rgb(18,64,75); }

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