#12414B

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

Shades of Tiber #12414B

Tints of Tiber #12414B

Color information

#12414B (or 0x12414B) is unknown color: approx Tiber. HEX triplet: 12, 41 and 4B. RGB value is (18,65,75). Sum of RGB (Red+Green+Blue) = 18+65+75=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #12414B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12414B is #EDBEB4. Grayscale: #343434. Windows color (decimal): -15580853 or 4931858. OLE color: 4931858.

HSL color Cylindrical-coordinate representation of color #12414B: hue angle of 190.53º 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 #12414B is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB186575-
CMYK0.760.1300.71
HSL190.53º61.29%18.24%-
HSV(B)190.53º76%29.41%-
XYZ3.414.427.33-
YUV52.09140.93103.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 65 (25.78% from 255) = 41.14%
BLUE value IS 75 (29.69% from 255) = 47.47%
R=11.39%
G=41.14%
B=47.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1865750.760.1300.71190.5361.2918.24
Hex12414B4CD047bf3d12
Octal221011131141501072777522
Binary100101000001100101110011001101010001111011111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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